Support SQL-compliant triggers on columns, ie fire only if certain columns

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b2734a0d792df710aeeab21242cfa21ab470c773
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-10-14T22:14:25Z
Releases: 9.0.0
Support SQL-compliant triggers on columns, ie fire only if certain columns
are named in the UPDATE's SET list.

Note: the schema of pg_trigger has not actually changed; we've just started
to use a column that was there all along.  catversion bumped anyway so that
this commit is included in the history of potentially interesting changes
to system catalog contents.

Itagaki Takahiro

Files