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

Поиск
Список
Период
Сортировка
От Milen A. Radev
Тема Re: BUG #4616: Create Database with another encoding as the encoding from postgres
Дата
Msg-id gknfik$bet$1@ger.gmane.org
обсуждение исходный текст
Ответ на BUG #4616: Create Database with another encoding as the encoding from postgres  ("Said Noucair" <noucair@gmail.com>)
Список pgsql-bugs
Said Noucair написа:
> The following bug has been logged online:
>
> Bug reference:      4616
> Logged by:          Said Noucair
> Email address:      noucair@gmail.com
> PostgreSQL version: 8.3
> Operating system:   Suse 2.6
> Description:        Create Database with another encoding as the encoding
> from postgres
> Details:
>
> Hi,
>
> I tried to create a second database other than postgres with different
> encoding "WIN", but it keep gave me errors:
> Error: encoding WIN does not match server's locale  UTF-8
>> DETAIL: The server's LC_CTYPE setting requires encoding...
>
> Any hint?


Known restriction: "Any character set encoding specified for the new
database must be compatible with the server's LC_CTYPE locale setting."
(http://www.postgresql.org/docs/current/static/sql-createdatabase.html).

--
Milen A. Radev

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

Предыдущее
От: "Said Noucair"
Дата:
Сообщение: BUG #4616: Create Database with another encoding as the encoding from postgres
Следующее
От: "Fujii Masao"
Дата:
Сообщение: Re: BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION