Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Дата
Msg-id 200704180037.l3I0bY101516@momjian.us
обсуждение исходный текст
Ответ на Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather  ("Andrew Dunstan" <andrew@dunslane.net>)
Список pgsql-committers
Andrew Dunstan wrote:
>
>
> Bruce Momjian wrote:
> > Document that the COPY delimiter must be an ASCII byte, rather than a
> > multi-byte value.  It can also be a single-byte encoded character if
> > the client and server versions match.
> >
>
> Are you also going to fix the error messages in copy.c ?

Yes, thanks, now:

          errmsg("COPY delimiter must be a single ASCII character")));

Only for CVS HEAD.

--
  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-committers по дате отправления:

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: pgsql: Document that the COPY delimiter must be an ASCII byte, rather
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update error message for COPY with a multi-byte delimiter.