Re: ignore unique violation OR check row exists

From: rverghese <riyav(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: ignore unique violation OR check row exists
Date: 2012-01-04 17:34:35
Message-ID: 1325698475096-5120317.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Thanks for the recommendations. Unfortunately I have to clean out the data
before I insert, so I cannot do a bulk copy from a CSV, I will try the
option of inserting into src table and then copying relevant data to dest
table and see if that works faster for me. I suppose I could bulk insert and
then clean out the data before I insert into destination table. I'll have to
see how long that takes.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/ignore-unique-violation-OR-check-row-exists-tp5117916p5120317.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Feike Steenbergen 2012-01-05 06:20:36 Re: Current transaction is aborted, commands ignored until end of transaction block
Previous Message Zdravko Balorda 2012-01-04 12:33:55 Re: ignore unique violation OR check row exists