Re: "Unrecognized variable client_encoding"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "Unrecognized variable client_encoding"
Дата
Msg-id 14486.968252648@sss.pgh.pa.us
обсуждение исходный текст
Ответ на "Unrecognized variable client_encoding"  (Michelle Murrain <mpm@norwottuck.com>)
Список pgsql-general
Sounds like you are running a client library that was compiled with
MULTIBYTE support with a backend that was not.  This combination is
harmless except for the warning notice that you get from the client
trying to set the server's character set encoding.  However, if you
needed MULTIBYTE support in your backend, better recompile ...

            regards, tom lane

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

Предыдущее
От: Alexandre FLAMENT
Дата:
Сообщение: Inheritance and Constraint
Следующее
От: "Adam Lang"
Дата:
Сообщение: Re: Question