pgsql: Update SQL spec references in ri_triggers code to match SQL:2008

Started by Tom Laneabout 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)