Re: ignore unique violation OR check row exists - Mailing list pgsql-sql

From rverghese
Subject Re: ignore unique violation OR check row exists
Date
Msg-id 1325698475096-5120317.post@n5.nabble.com
Whole thread Raw
In response to Re: ignore unique violation OR check row exists  (Zdravko Balorda <zdravko.balorda@siix.com>)
List 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.


pgsql-sql by date:

Previous
From: Zdravko Balorda
Date:
Subject: Re: ignore unique violation OR check row exists
Next
From: Misa Simic
Date:
Subject: Re: ignore unique violation OR check row exists