Thread: bug report

bug report

From
황수진
Date:
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° 달라진 야후! 메일
알아서 척척! 새로운 야후! 메일은 새로운 메일이 도착할때 마다 새 메시지를 받아온답니다.

Attachment

Re: bug report

From
Craig Ringer
Date:
황수진 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

Re: 답장: bug report

From
Craig Ringer
Date:
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

Re: 답장: bug report

From
Tom Lane
Date:
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