Re: PG 8.3.7 initdb -E LATIN1 fails on Windows

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: PG 8.3.7 initdb -E LATIN1 fails on Windows
Дата
Msg-id 20090625155035.GD26253@alvh.no-ip.org
обсуждение исходный текст
Ответ на PG 8.3.7 initdb -E LATIN1 fails on Windows  ("Abraham, Danny" <danny_abraham@bmc.com>)
Список pgsql-general
Abraham, Danny wrote:
> Hi,
>
> Runnning:  initdb -E LATIN1 -D .....
>
> Error: encoding mismatch

Right.  Try using Win1252 instead of Latin1:

initdb -E win1252 ...

Or just leave -E out entirely, since it will be picked up by default
from the locale setting anyway.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: "Chris Spotts"
Дата:
Сообщение: planned recovery from a certain transaction
Следующее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: Vacuum on the database versus individual tables.