copy notice - Mailing list pgsql-general

From muratmy@hotmail.com (my)
Subject copy notice
Date
Msg-id ee690240.0202210254.74e812d9@posting.google.com
Whole thread Raw
Responses Re: copy notice
Re: copy notice
Re: copy notice
List pgsql-general
Hi ,
I load a | delimited text file into a table using the following command :
copy table_name from '/usr/local/pgsql/table_name.dat' using delimiters '|';

and get this notice for each row :

NOTICE:  copy: line 21579, CopyReadNewline: extra fields ignored

but the rows are loaded succesfully, why do I get this notice ?

pgsql-general by date:

Previous
From: Eric Veldhuyzen
Date:
Subject: Re: execute permissions of stored procedures?
Next
From: Roberto Andrade Fonseca
Date:
Subject: Help with a plpgsql function