diff options
author | Neil Conway <neilc@samurai.com> | 2004-09-21 05:38:54 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-09-21 05:38:54 +0000 |
commit | 665d3736fb69fc92eea3c268daa2ec5e021165b7 (patch) | |
tree | 6159fdaaa7d98a2079eec830279ee16ea98aaac2 | |
parent | 95f20b96d4f76480044d86d6c30c85fb50954978 (diff) | |
download | postgresql-665d3736fb69fc92eea3c268daa2ec5e021165b7.tar.gz postgresql-665d3736fb69fc92eea3c268daa2ec5e021165b7.zip |
Clarify TODO item: we ought to implement updatable views per SQL99, not
SQL92 (the former defines a much more ambitious subset of views that
need to be updatable).
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ Multi-Language Support Views / Rules ============= -* Automatically create rules on views so they are updateable, per SQL92 [view] +* Automatically create rules on views so they are updateable, per SQL99 [view] * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW * Allow NOTIFY in rules involving conditionals * Have views on temporary tables exist in the temporary namespace |