Re: Bulkloading using COPY - ignore duplicates? - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject Re: Bulkloading using COPY - ignore duplicates?
Date
Msg-id 3705826352029646A3E91C53F7189E320167AE@sectorbase2.sectorbase.com
Whole thread Raw
In response to Bulkloading using COPY - ignore duplicates?  (Lee Kindness <lkindness@csl.co.uk>)
Responses Re: Bulkloading using COPY - ignore duplicates?
List pgsql-hackers
> The effects don't stop propagating there, either. The decision
> not to insert the tuple must be reported up still further, so
> that the executor knows not to run any AFTER INSERT/UPDATE
> triggers and knows not to count the tuple as inserted/updated
> for the command completion report.

But what about BEFORE insert/update triggers which could insert
records too?

Vadim


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: cvs problem
Next
From: Tom Lane
Date:
Subject: Re: Bulkloading using COPY - ignore duplicates?