Re: postgres 8.2 "end-of-copy marker corrupt"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres 8.2 "end-of-copy marker corrupt"
Дата
Msg-id 12159.1174972727@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres 8.2 "end-of-copy marker corrupt"  ("David Monarchi" <david.e.monarchi@gmail.com>)
Ответы Re: postgres 8.2 "end-of-copy marker corrupt"  ("David Monarchi" <david.e.monarchi@gmail.com>)
Список pgsql-novice
"David Monarchi" <david.e.monarchi@gmail.com> writes:
> I'm trying to copy a file to a table in Postgres 8.2 and keep receiving the
> following message

>   ERROR: end-of-copy marker corrupt
>   CONTEXT:  COPY domain_dom, line 3147756: ""

Have you looked at the input file near that line number?  My guess is
misquoting of a \. sequence, or possibly (since you seem to be on
Windows) a LF-vs-CR/LF end-of-line format issue.  It need not be
close to the actual end of that file...

            regards, tom lane

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

Предыдущее
От: "David Monarchi"
Дата:
Сообщение: postgres 8.2 "end-of-copy marker corrupt"
Следующее
От: "mary"
Дата:
Сообщение: Novice Install