Re: ignoring primary key violations in COPY command

Поиск
Список
Период
Сортировка
От chester c young
Тема Re: ignoring primary key violations in COPY command
Дата
Msg-id 567285.51917.qm@web54309.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: ignoring primary key violations in COPY command  (Paul Lambert <paul.lambert@autoledgers.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Paul Lambert
Дата:
Сообщение: Re: ignoring primary key violations in COPY command
Следующее
От: John DeSoi
Дата:
Сообщение: Re: doubt