Re: ignoring primary key violations in COPY command - Mailing list pgsql-sql

From chester c young
Subject Re: ignoring primary key violations in COPY command
Date
Msg-id 567285.51917.qm@web54309.mail.yahoo.com
Whole thread Raw
In response to Re: ignoring primary key violations in COPY command  (Paul Lambert <paul.lambert@autoledgers.com.au>)
List pgsql-sql
> In my opinion your best bet in terms of getting around the primary
> key 
> violation is to create a temporary table ...

good idea!  from my experience it's almost always best to pull raw info
into a buffer table before introducing it into the real world.


____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front


pgsql-sql by date:

Previous
From: Paul Lambert
Date:
Subject: Re: ignoring primary key violations in COPY command
Next
From: John DeSoi
Date:
Subject: Re: doubt