]> granicus.if.org Git - postgresql/commit
Update SQL spec references in ri_triggers code to match SQL:2008.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jun 2012 16:19:38 +0000 (12:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jun 2012 16:19:38 +0000 (12:19 -0400)
commitf9429746c970b5e46a843a5cd0387fb0081b8f55
treed7f68d60990e3726c0a26a68a580a9e9e82ce7e2
parentc75be2ad6013684f2c118eea3ad8498f8d129c59
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.
src/backend/utils/adt/ri_triggers.c