postgresql/src/backend/rewrite
Stephen Frost 4cbe3ac3e8 WITH CHECK OPTION support for auto-updatable VIEWs
For simple views which are automatically updatable, this patch allows
the user to specify what level of checking should be done on records
being inserted or updated.  For 'LOCAL CHECK', new tuples are validated
against the conditionals of the view they are being inserted into, while
for 'CASCADED CHECK' the new tuples are validated against the
conditionals for all views involved (from the top down).

This option is part of the SQL specification.

Dean Rasheed, reviewed by Pavel Stehule
2013-07-18 17:10:16 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
rewriteDefine.c Update messages, comments and documentation for materialized views. 2013-07-05 15:37:51 -04:00
rewriteHandler.c WITH CHECK OPTION support for auto-updatable VIEWs 2013-07-18 17:10:16 -04:00
rewriteManip.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
rewriteRemove.c Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
rewriteSupport.c Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00