Client encoding not the same as the db encoding

Поиск
Список
Период
Сортировка
От Clodoaldo Neto
Тема Client encoding not the same as the db encoding
Дата
Msg-id CA+Z73LG5uU=skTJGCA31D01XZSzpn1nzPkP=4wTVk5TOO2eG6A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Client encoding not the same as the db encoding  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
In 9.1.3 the client encoding is not defaulting to the db encoding:

postgresql.conf:

#client_encoding = sql_ascii

=> show server_encoding;
 server_encoding
-----------------
 SQL_ASCII

=> show client_encoding;
 client_encoding
-----------------
 UTF8

In 9.0 the client encoding defaults to the db encoding:

postgresql.conf:

#client_encoding = sql_ascii

=> show client_encoding;
 client_encoding
-----------------
 SQL_ASCII

=> show server_encoding;
 server_encoding
-----------------
 SQL_ASCII

What am i missing? Regards, Clodoaldo

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

Предыдущее
От: chinnaobi
Дата:
Сообщение: Re: archive_cleanup_command recovery.conf Standby server error
Следующее
От: Adam Bruss
Дата:
Сообщение: Re: accumulating handles problem on machine running postgresql