git.postgresql.org Git - postgresql.git/commit
2013年7月18日 21:10:16 +0000 (17:10 -0400)
2013年7月18日 21:10:16 +0000 (17:10 -0400)
commit 4cbe3ac3e86790d05c569de4585e5075a62a9b41
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
33 files changed:
This is the main PostgreSQL git repository.
RSS
Atom