BUG #3924: Create Database with another encoding as the encoding from postgres

Поиск
Список
Период
Сортировка
От Stefan Kunick
Тема BUG #3924: Create Database with another encoding as the encoding from postgres
Дата
Msg-id 200802021901.m12J18lt096024@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #3924: Create Database with another encoding as the encoding from postgres
Re: BUG #3924: Create Database with another encoding as the encoding from postgres
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3924
Logged by:          Stefan Kunick
Email address:      stefan@kunick.org
PostgreSQL version: 8.3RC2
Operating system:   Windows Longhorn
Description:        Create Database with another encoding as the encoding
from postgres
Details:

I installed postgres with the encoding 1252. After this, i started the
program createdb (createdb -E LATIN1 -O postgres -p 5555 -U postgres). The
program stopped with the error message: createdb: database creation failed.
Error: encoding LATIN1 does not match server's locale German_Germany.1252
DETAIL: The server's LC_CTYPE setting requires encoding WIN1252.

With the former version 8.2, i can create a database with other encoding

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #3922: Problems migrating databases.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #3924: Create Database with another encoding as the encoding from postgres