Обсуждение: Re: [SQL] error: lost syncronization with server

Поиск
Список
Период
Сортировка

Re: [SQL] error: lost syncronization with server

От
Tom Lane
Дата:
"Jeff Lu" <jklcom@mindspring.com> writes:
> ERROR: copy: line 1, CopyReadAttribute: end of record marker
> corrupted

I'd wonder if you did something to the dump file that caused newlines to
get converted from \n to \r\n, or some such.  COPY isn't real forgiving
about that ...

            regards, tom lane