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.