postgres 8.2 "end-of-copy marker corrupt" - Mailing list pgsql-novice

From David Monarchi
Subject postgres 8.2 "end-of-copy marker corrupt"
Date
Msg-id eea51fdb0703262133g1bd6a89apce732778bf51e0fb@mail.gmail.com
Whole thread Raw
Responses Re: postgres 8.2 "end-of-copy marker corrupt"  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


 

pgsql-novice by date:

Previous
From: "David Monarchi"
Date:
Subject: postgres 8.2 "end-of-copy marker corrupt"
Next
From: Tom Lane
Date:
Subject: Re: postgres 8.2 "end-of-copy marker corrupt"