| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера