Re: Bulk Load Ignore/Skip Feature

From: Reg Me Please <regmeplease(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Willem Buitendyk <willem(at)pcfish(dot)ca>
Subject: Re: Bulk Load Ignore/Skip Feature
Date: 2007-11-14 07:57:31
Message-ID: 200711140857.33223.regmeplease@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Il Wednesday 14 November 2007 05:50:36 Willem Buitendyk ha scritto:
> Will Postgresql ever implement an ignore on error feature when bulk
> loading data? Currently it is my understanding that any record that
> violates a unique constraint will cause the "copy from" command to halt
> execution instead of skipping over the violation and logging it - as is
> done in Oracle and DB2.
>
> Are there alternative ways of dealing with this scenario that won't
> consume as much time?
>
> Appreciate any help - would love to migrate away from Oracle.
>
> Cheers

pgloader

http://pgfoundry.org/projects/pgloader/

--
Reg me Please

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Willem Buitendyk 2007-11-14 08:02:29 Re: Bulk Load Ignore/Skip Feature
Previous Message Simon Riggs 2007-11-14 07:26:49 Re: PITR and warm standby setup questions