bug report

Started by 황수진over 16 years ago4 messagesbugs
Jump to latest
#1황수진
turtle_monk@yahoo.co.kr

postgres=# \encoding
EUC_KR
postgres=# CREATE DATABASE 수진이_친구;
WARNING:  could not determine encoding for locale "Korean_Korea.949": codeset is "CP949"
상세정보:  Please report this to <pgsql-bugs@postgresql.org>.
WARNING:  could not determine encoding for locale "Korean_Korea.949": codeset is "CP949"
상세정보:  Please report this to <pgsql-bugs@postgresql.org>.

________________________________________________________
180도 달라진 야후! 메일 - 여러 개의 메시지를 동시에 확인? 새로운 야후! 메일의 탭으로 가능해집니다.
http://kr.content.mail.yahoo.com/cgland

Attachments:

--static--bg_xmas_mini_1.gifimage/gif; name=--static--bg_xmas_mini_1.gifDownload
#2Craig Ringer
craig@2ndquadrant.com
In reply to: 황수진 (#1)
Re: bug report

황수진 wrote:

postgres=# \encoding
EUC_KR
postgres=# CREATE DATABASE 수진이_친구;
WARNING: could not determine encoding for locale "Korean_Korea.949": codeset is
"CP949"
상세정보: Please report this to <pgsql-bugs@postgresql.org

While your report is appreciated, it's not going to tell anybody much
without knowing what Pg version you're using, what OS you're using, what
version of that OS you're using, etc.

--
Craig Ringer

#3Craig Ringer
craig@2ndquadrant.com
In reply to: 황수진 (#1)
Re: 답장: bug report

On Thu, 2009-09-17 at 12:06 +0900, 황수진 wrote:

Pg version is 8.4.1.
I am using Windows XP.

Please reply to the list, not just to me. I've cc'd the bugs list.

I don't have much idea what could be causing your issue personally, as I
have practically zero knowledge about locale handling on Windows.

--
Craig Ringer

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Craig Ringer (#3)
Re: 답장: bug report

Craig Ringer <craig@postnewspapers.com.au> writes:

On Thu, 2009-09-17 at 12:06 +0900, 황수진 wrote:

Pg version is 8.4.1.
I am using Windows XP.

Please reply to the list, not just to me. I've cc'd the bugs list.

I don't have much idea what could be causing your issue personally, as I
have practically zero knowledge about locale handling on Windows.

The immediate issue evidently is that chklocale.c doesn't know what
code page 949 is. Some googling suggests that it might be the same
thing as UHC, but I'm not sure. If it is the same thing as UHC,
though, the OP is out of luck anyway, because we don't allow UHC
as a server-side encoding. So the short answer is "this locale
setting is not supported by Postgres. Use a different code page".

regards, tom lane