Re: MERGE Specification - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: MERGE Specification
Date
Msg-id 1281521879.8340.1.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Re: MERGE Specification  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
On fre, 2010-08-06 at 10:28 +0300, Heikki Linnakangas wrote:
> IMO the UPDATE/DELETE/INSERT actions should fire the respective 
> statement level triggers, but the MERGE itself should not.

Yes, SQL defines the triggering of triggers as part of the modification
of rows, not as part of any particular statement that causes the
modification.



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: string_to_array with an empty input string
Next
From: Peter Eisentraut
Date:
Subject: Re: assertions and constraint triggers