Client_encoding - Mailing list pgsql-jdbc

From Cesar Amadeo
Subject Client_encoding
Date
Msg-id BBEHLNGDBINFKKJGILAKOEHLCIAA.cesaramadeo@uol.com.br
Whole thread Raw
Responses Re: Client_encoding  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc

I have problem and I hope you help me.

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 ?

Please, help me.

tks.




pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: Closing a statement
Next
From: Thomas O'Dowd
Date:
Subject: Re: Problems with writing EUC-JP/Unicode to console or file