Обсуждение: Strange message...

Поиск
Список
Период
Сортировка

Strange message...

От
"Ed"
Дата:
Hi,

I receive this new message when I connect with psql to my database...  what
does it mean?

NOTICE:  Unrecognized variable client_encoding
Welcome to the POSTGRESQL interactive sql monitor:[...]
[...]

Thanks for your help..


Frédéric Boucher
dziablo@lords.com




Re: Strange message...

От
Tom Lane
Дата:
"Ed" <dziablo@lords.com> writes:
> I receive this new message when I connect with psql to my database...  what
> does it mean?

> NOTICE:  Unrecognized variable client_encoding

Means your client (psql) was compiled with MULTIBYTE support,
but the server was not.  It's pretty harmless.
        regards, tom lane