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

From Markus Schaber
Subject Re: 8.0.0beta4: "copy" and "client_encoding"
Date
Msg-id 20041105160324.43afb9e1@kingfisher.intern.logi-track.com
Whole thread Raw
In response to Re: 8.0.0beta4: "copy" and "client_encoding"  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: 8.0.0beta4: "copy" and "client_encoding"
List pgsql-jdbc
Hi, Oliver,

On Thu, 04 Nov 2004 10:17:22 +0000
Oliver Jowett <oliver@opencloud.com> wrote:

> Hmm. I am suprised that COPY does not let you specify the encoding of
> the input file. Using client_encoding for this seems wrong: there are
> some cases it can't handle, e.g. trying to load a LATIN1-encoded file
> into a table that has a name that can't be represented in LATIN1.
>
> I suppose that in the absence of backend support for this, we could add
> some URL parameter that allows client_encoding to be changed, with
> suitably dangerous warnings around using it. Then you can temporarily
> flip client_encoding to LATIN1 for the duration of the COPY, and revert
> it to UNICODE afterwards.

I think you're right. Except COPY from STDIN, client encoding should be
independent from COPY encoding. So I suggest that Adrian requests
backend support for this.

Greets,
Markus

--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios@logi-track.com | www.logi-track.com

pgsql-jdbc by date:

Previous
From: Ulrich Meis
Date:
Subject: Re: 8.0.0beta4: "copy" and "client_encoding"
Next
From: Tom Lane
Date:
Subject: Re: Name Lookup Weirdness