Re: copy notice

From: Pam Wampler <Pam_Wampler(at)taylorwhite(dot)com>
To: muratmy(at)hotmail(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: copy notice
Date: 2002-02-21 21:36:19
Message-ID: 2E4528861499D41199D200A0C9B15BC0012F4741@taylorwhite.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Do you have an extra delimiter at the end of the record?

-----Original Message-----
From: muratmy(at)hotmail(dot)com [mailto:muratmy(at)hotmail(dot)com]
Sent: Thursday, February 21, 2002 5:55 AM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] copy notice

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 ?

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-general by date

  From Date Subject
Next Message Jason Earl 2002-02-21 21:42:58 Re: Protection of intellectual property (Schema & SQL code)
Previous Message Doug McNaught 2002-02-21 21:33:22 Re: SQL: Are the "" around table & coloumnames necessary?