Skip to content
Snippets Groups Projects
Commit b2734a0d authored by Tom Lane's avatar Tom Lane
Browse files

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
parent be922e85
No related branches found
No related tags found
No related merge requests found
Showing
with 433 additions and 183 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment