Re: utf8 COPY DELIMITER? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: utf8 COPY DELIMITER?
Date
Msg-id 4358.1176834820@sss.pgh.pa.us
Whole thread Raw
In response to Re: utf8 COPY DELIMITER?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: utf8 COPY DELIMITER?  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
On looking at the code, there's another issue: the CSV escape and quote
characters are assumed to be the same in client and server encodings,
because they're checked for before we do transcoding.  This pretty much
restricts them to be ASCII.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: utf8 COPY DELIMITER?
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Autovacuum vs statement_timeout