Re: ENC: Client_encoding - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: ENC: Client_encoding
Date
Msg-id 3EFCA4AA.6000209@xythos.com
Whole thread Raw
In response to ENC: Client_encoding  ("Adonis" <adonis2000@uol.com.br>)
List pgsql-jdbc
Adonis,

What version of the driver and database are you running?

thanks,
--Barry


Adonis wrote:
>
>
>
> 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.
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>



pgsql-jdbc by date:

Previous
From: Darin Ohashi
Date:
Subject: BIT vs boolean
Next
From: Fernando Nasser
Date:
Subject: Re: Multiple Out params in stored procs