Re: COPY command with bad input

From: Sandeep Khandelwal <sandeep_khandelwal27(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: COPY command with bad input
Date: 2007-05-17 03:23:49
Message-ID: 188521.66061.qm@web33309.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi All.

Please help me.

Thanks,
Sandeep

----- Original Message ----
From: Sandeep Khandelwal <sandeep_khandelwal27(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Sent: Tuesday, May 15, 2007 2:41:00 PM
Subject: COPY command with bad input

Hi All.

I am trying to load data from a text file to Postgres table using COPY command. If text file has some invalid rows then COPY command stops at the first error.

As you can see, MySQL “load data infile” has IGNORE option. If you specify IGNORE, input rows that duplicate an existing row on a unique key value are skipped. Do we have similar option for Postgres COPY command ?

Please help me.

Thanks,
Sandeep

____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


____________________________________________________________________________________Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Fuhr 2007-05-17 12:10:42 Re: COPY command with bad input
Previous Message Michael Meskes 2007-05-16 09:27:23 Re: PQexecParams question