postgres 8.2 "end-of-copy marker corrupt"

From: "David Monarchi" <david(dot)e(dot)monarchi(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: postgres 8.2 "end-of-copy marker corrupt"
Date: 2007-03-27 04:33:58
Message-ID: eea51fdb0703262133g1bd6a89apce732778bf51e0fb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello -

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: ""

The psql statement is
\copy domain_dom from 'Z:/Syntryx/ClassDomainProject/1170886621.txt'

I've checked the end of the file using a hex editor, and can't find anything
wrong with it. I've also counted the number of values in the last record,
and can't find anything wrong there.

Searching the net has not revealed any information on this.

Any suggestions/help would be very much appreciated.

Thank you.

david

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2007-03-27 05:18:47 Re: postgres 8.2 "end-of-copy marker corrupt"
Previous Message David Monarchi 2007-03-27 04:27:37 postgres 8.2 "end-of-copy marker corrupt"