Re: 8.0.0beta4: "copy" and "client_encoding" - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: 8.0.0beta4: "copy" and "client_encoding"
Date
Msg-id Pine.BSO.4.56.0412102237230.6141@leary.csoft.net
Whole thread Raw
In response to Re: 8.0.0beta4: "copy" and "client_encoding"  (mbch67@yahoo.com)
List pgsql-jdbc

On Thu, 3 Nov 2004 mbch67@yahoo.com wrote:

> Why I want to set the client_encoding to latin1? That's a fair
> question. Unfortunately I removed the statement following the COPY
> command to keep the posting short:
>
>    SET CLIENT_ENCODING TO 'LATIN1';
>    COPY temp_test FROM '/home/postgres/temp_test.dat';
>

I have added a URL parameter allowEncodingChanges=true to allow client
code to set the client_encoding variable.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Translation update: pt_BR
Next
From: Kris Jurka
Date:
Subject: Re: Java Studio Creator Fix/Hack