Re: skip FK trigger on UPDATE - Mailing list pgsql-patches

From Tom Lane
Subject Re: skip FK trigger on UPDATE
Date
Msg-id 4964.1117422565@sss.pgh.pa.us
Whole thread Raw
In response to Re: skip FK trigger on UPDATE  (Neil Conway <neilc@samurai.com>)
Responses Re: skip FK trigger on UPDATE  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Attached are two patches: one that changes ADD FOREIGN KEY to create
> separate ON INSERT and ON UPDATE triggers that invoke different trigger
> functions, and a revised version of the FK UPDATE enqueuing patch.

Looks OK to me.  Don't forget that the first of these should probably
include a catversion.h bump.

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: skip FK trigger on UPDATE
Next
From: Neil Conway
Date:
Subject: Re: O_DIRECT for WAL writes