Re: postgresql 8.4 install failed on windows xp chinese PRC

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: postgresql 8.4 install failed on windows xp chinese PRC
Дата
Msg-id 20090702125559.A5D8.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на postgresql 8.4 install failed on windows xp chinese PRC  (刘鑫 <march.liu@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: 刘鑫
Дата:
Сообщение: postgresql 8.4 install failed on windows xp chinese PRC
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #4894: [patch] documentation bug on 'include' directive