copy notice

From: muratmy(at)hotmail(dot)com (my)
To: pgsql-admin(at)postgresql(dot)org
Subject: copy notice
Date: 2002-02-21 09:28:03
Message-ID: ee690240.0202210128.31f4f9b4@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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 ?

Browse pgsql-admin by date

  From Date Subject
Next Message Morten Sickel 2002-02-21 09:28:07 Re: Building binary...
Previous Message Morten Sickel 2002-02-21 09:20:45 Re: How to set time zone permanently