Re: Bulkloading using COPY - ignore duplicates?

Vadim Mikheev <vmikheev@sectorbase.com>

From: "Mikheev, Vadim" <vmikheev@SECTORBASE.COM>
To: "'Tom Lane'" <tgl@sss.pgh.pa.us>, Zeugswetter Andreas SB SD <ZeugswetterA@spardat.at>, Lee Kindness <lkindness@csl.co.uk>, pgsql-hackers@postgresql.org
Date: 2001-10-01T21:25:41Z
Lists: 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