COPY command with bad input - Mailing list pgsql-interfaces

From Sandeep Khandelwal
Subject COPY command with bad input
Date
Msg-id 126544.67764.qm@web33313.mail.mud.yahoo.com
Whole thread Raw
Responses Re: COPY command with bad input  (Michael Fuhr <mike@fuhr.org>)
List pgsql-interfaces
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
COPYcommand 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
existingrow 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


pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: Trouble returning a text field from an SRF
Next
From: Michael Meskes
Date:
Subject: PQexecParams question