Re: Function COPY

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Function COPY
Дата
Msg-id 8188.975030740@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Function COPY  ("DaviS Quirico" <davis@davisnet.it>)
Список pgsql-bugs
"DaviS Quirico" <davis@davisnet.it> writes:
> CopyReadAttribute: end of record marker corrupted

This message comes out if the COPY data contains \. not immediately
followed by newline (\n).  I'm guessing that you have some backslashes
that need to be doubled --- backslash is an escape character for COPY.

Another possibility is that you actually did put a \. end-marker after
your data, but followed it with a DOS-style return (\r\n) or nothing at
all.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Comparison of Strings
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug in select with 'like' and index of two columns