Skip to content
Snippets Groups Projects
Commit 665d3736 authored by Neil Conway's avatar Neil Conway
Browse files

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).
parent 95f20b96
Branches
Tags
No related merge requests found
...@@ -202,7 +202,7 @@ Multi-Language Support ...@@ -202,7 +202,7 @@ Multi-Language Support
Views / Rules 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 * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
* Allow NOTIFY in rules involving conditionals * Allow NOTIFY in rules involving conditionals
* Have views on temporary tables exist in the temporary namespace * Have views on temporary tables exist in the temporary namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment