COPY encoding - Mailing list pgsql-hackers

From Andrew Dunstan
Subject COPY encoding
Date
Msg-id 478D5166.70000@dunslane.net
Whole thread Raw
Responses Re: COPY encoding  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
In helping someome on IRC it has become apparent that unless I am 
mistaken "COPY foo from 'filename'" is reading the file according to the 
client encoding.

Is that the expected behaviour? The client might have no influence at 
all on the contents of the file. Offhand, I would have said that a 
server-resident file should be interpreted in the database encoding. Of 
course, the client could change its encoding to influence how the file 
is interpreted, but that seems rather kludgy. Maybe we really need an 
encoding parameter to the COPY command.

At the very least we should document the encoding behaviour.

cheers

andrew


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Password policy
Next
From: "Jaime Casanova"
Date:
Subject: Re: could not open relation: Invalid argument