Re: Corrupted end of Record

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Herb Blacker" <herbblacker(at)isgenesis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Corrupted end of Record
Date: 2001-10-22 22:40:11
Message-ID: 26902.1003790411@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Herb Blacker" <herbblacker(at)isgenesis(dot)com> writes:
> ERROR: copy: line 694, CopyReadAttribute: end of record marker corrupted

Check to see if your file contains DOS-style newlines (CR/LF instead of
just LF). COPY is not forgiving about that.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-10-22 23:07:21 Re: where are the memory leaks?
Previous Message Keary Suska 2001-10-22 22:24:19 Re: Upgrade