bug report
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:
황수진 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
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
Import Notes
Reply to msg id not found: 506976.34423.qm@web70705.mail.kr3.yahoo.com
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