pgsql: Update SQL spec references in ri_triggers code to match SQL:2008 - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update SQL spec references in ri_triggers code to match SQL:2008
Date
Msg-id E1Sgeg8-0008Na-Hd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update SQL spec references in ri_triggers code to match SQL:2008.

Now that what we're implementing isn't SQL92, we probably shouldn't cite
chapter and verse in that spec anymore.  Also fix some comments that
talked about MATCH FULL but in fact were in code that's also used for
MATCH SIMPLE.

No code changes in this commit, just comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f9429746c970b5e46a843a5cd0387fb0081b8f55

Modified Files
--------------
src/backend/utils/adt/ri_triggers.c |  130 +++++++++++++++++------------------
1 files changed, 62 insertions(+), 68 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Change ON UPDATE SET NULL/SET DEFAULT referential actions to mee
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_dump: Add missing newlines at end of messages