Re: ignoring primary key violations in COPY command

From: chester c young <chestercyoung(at)yahoo(dot)com>
To: Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>
Cc: sql pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: ignoring primary key violations in COPY command
Date: 2007-05-19 23:58:13
Message-ID: 567285.51917.qm@web54309.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message John DeSoi 2007-05-20 01:01:35 Re: doubt
Previous Message Paul Lambert 2007-05-19 22:29:05 Re: ignoring primary key violations in COPY command