Re: utf8 COPY DELIMITER?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: utf8 COPY DELIMITER?
Дата
Msg-id 200704180019.l3I0JQa27956@momjian.us
обсуждение исходный текст
Ответ на Re: utf8 COPY DELIMITER?  (Tatsuo Ishii <ishii@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hacking on PostgreSQL via GIT
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Hacking on PostgreSQL via GIT