Re: postgresql 8.4 install failed on windows xp chinese PRC - Mailing list pgsql-bugs

From Itagaki Takahiro
Subject Re: postgresql 8.4 install failed on windows xp chinese PRC
Date
Msg-id 20090702125559.A5D8.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to postgresql 8.4 install failed on windows xp chinese PRC  (刘鑫 <march.liu@gmail.com>)
List pgsql-bugs
?? <march.liu@gmail.com> wrote:

> system : windows xp Chinese simple
> postgres : postgresql-8.4.0-1-windows.exe
> F:\PostgreSQL\8.4\bin>initdb -U postgres --encoding=utf8 --locale=utf8

It's not a bug, just "utf8" is not a valid locale name.
Use the following instead:
$ initdb --encoding=UTF8 --locale="Chinese (Simplified)"

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

pgsql-bugs by date:

Previous
From: 刘鑫
Date:
Subject: postgresql 8.4 install failed on windows xp chinese PRC
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #4894: [patch] documentation bug on 'include' directive