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).
This commit is contained in:
Neil Conway 2004-09-21 05:38:54 +00:00
parent 95f20b96d4
commit 665d3736fb
1 changed files with 1 additions and 1 deletions

View File

@ -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