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