Re: BUG #5134: initdb fails with return code 1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5134: initdb fails with return code 1
Дата
Msg-id 900.1256225313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5134: initdb fails with return code 1  ("Savita" <savita.halli@gmail.com>)
Список pgsql-bugs
"Savita" <savita.halli@gmail.com> writes:
> could not determine encoding for locale "Ja_JP": codeset is "IBM-943"

Hmph.  Do you know which of Postgres' character set encodings that
corresponds to?  If there is one, fixing this is just a matter of
adding an entry to the table in src/port/chklocale.c.

Some googling suggests that this might be SJIS or a close relative,
in which case adding it to the table won't do much except generate
a more helpful error message: we do not support SJIS as a database
encoding, only as a client encoding.  In that case the answer is
you need to pick a locale that uses a supported encoding, such as
UTF8.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5132: Invalid Function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5135: sorting order