Re: [BUGS] BUG #2221: Bad delimiters allowed in COPY ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #2221: Bad delimiters allowed in COPY ...
Дата
Msg-id 20065.1170610352@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #2221: Bad delimiters allowed in COPY ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [BUGS] BUG #2221: Bad delimiters allowed in COPY ...  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Attached is a patch that errors for \r and \n in delimiter and
> null.

I am not convinced that this is a bug.  Can you prove that there is no
use-case for asking COPY to emit data in this style?  Sure, COPY itself
couldn't read it, but people sometimes feed COPY output to other
programs...

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] writing new regexp functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] \copy (query) delimiter syntax error