Re: Bulkloading using COPY - ignore duplicates?

From: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Cc: lkindness(at)csl(dot)co(dot)uk
Subject: Re: Bulkloading using COPY - ignore duplicates?
Date: 2001-10-01 15:50:41
Message-ID: 15288.37073.621465.898026@elsick.csl.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lee Kindness writes:
> If I'm going to modify 'COPY INTO' to include 'ignore duplicates'
> functionality it looks like I'll have to add to the COPY syntax. The
> most obvious way is to add:
> WITH IGNORE DUPLICATES

Or does it make more sense to add a 'COPY_IGNORE_DUPLICATES' SET
parameter?

Lee.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2001-10-01 15:50:50 Re: cvs tip problems
Previous Message Tom Lane 2001-10-01 15:48:03 Re: Preparation for Beta