Re: Client_encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Client_encoding
Дата
Msg-id 15020.1056768613@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Client_encoding  ("Cesar Amadeo" <cesaramadeo@uol.com.br>)
Список pgsql-jdbc
"Cesar Amadeo" <cesaramadeo@uol.com.br> writes:
> I was reading about "Unrecognized variable client_encoding " in PostgreSQL,
> because I have in my log:

> set datestyle to 'ISO'; select version(), case when pg_encoding_to_char(1) =
> 'SQL_ASCII' then 'UNKNOWN' else getdatabaseencoding() end;
> query: set client_encoding = 'UNICODE'; show autocommit

> What do I need to correct this problem ?

Update your server.  Evidently you're running a 7.0.* or older server,
and whatever client you're trying to use with it isn't expecting
anything so ancient.

            regards, tom lane

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

Предыдущее
От: Kim Ho
Дата:
Сообщение: Re: Allow setObject(x,y,Types.BIT) if y is a Number &
Следующее
От: Tom Lane
Дата:
Сообщение: Re: executeQuery and busy waiting