Re: 답장: bug report - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 답장: bug report
Date
Msg-id 5422.1253157973@sss.pgh.pa.us
Whole thread Raw
In response to Re: 답장: bug report  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-bugs
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


pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: 답장: bug report
Next
From: Kenaniah Cerny
Date:
Subject: Re: BUG #5059: Planner ignores estimates when planning an IN () subquery