Re: NOTICE: Unrecognized variable client_encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: NOTICE: Unrecognized variable client_encoding
Дата
Msg-id 12253.974920309@sss.pgh.pa.us
обсуждение исходный текст
Ответ на NOTICE: Unrecognized variable client_encoding  ("Beth K. Gatewood" <bethg@mbt.washington.edu>)
Список pgsql-novice
"Beth K. Gatewood" <bethg@mbt.washington.edu> writes:
> What does this mean?

> % psql template1
> NOTICE:  Unrecognized variable client_encoding

It means you're running a MULTIBYTE-enabled psql (or more specifically
libpq) against a non-MULTIBYTE server.  Perhaps you are invoking a copy
of libpq from an older installation that was compiled with different
configure options.

The notice is harmless enough, but you may want to get your client and
server into sync...

            regards, tom lane

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

Предыдущее
От: "D. Duccini"
Дата:
Сообщение: Re: DESC
Следующее
От: Tom Lane
Дата:
Сообщение: Re: DESC