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

From Bruce Momjian
Subject Re: utf8 COPY DELIMITER?
Date
Msg-id 200704180019.l3I0JQa27956@momjian.us
Whole thread Raw
In response to Re: utf8 COPY DELIMITER?  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
Tatsuo Ishii wrote:
> > 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
> 
> +1. 
> 
> The message in question should be something like: 
> 
> "COPY delimiter must be a single ASCII character"

New text is:
     The single ASCII character that separates columns within each row

Backpatched to 8.2.X.

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hacking on PostgreSQL via GIT
Next
From: "Florian G. Pflug"
Date:
Subject: Re: Hacking on PostgreSQL via GIT