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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #3924: Create Database with another encoding as the encoding from postgres
Дата
Msg-id 200802022045.13439.peter_e@gmx.net
обсуждение исходный текст
Ответ на BUG #3924: Create Database with another encoding as the encoding from postgres  ("Stefan Kunick" <stefan@kunick.org>)
Список pgsql-bugs
Stefan Kunick wrote:
> 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

You could, but the result wouldn't have worked correctly.  You need to pick
locales and encodings that match.  This was always true, but not it is
enforced.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: "Stefan Kunick"
Дата:
Сообщение: BUG #3924: Create Database with another encoding as the encoding from postgres
Следующее
От: "Stefan Kunick"
Дата:
Сообщение: BUG #3925: You can delete enum elements from pg_enum, but it is used in a table