]> granicus.if.org Git - postgresql/commitdiff
Clarify TODO item: we ought to implement updatable views per SQL99, not
authorNeil Conway <neilc@samurai.com>
Tue, 21 Sep 2004 05:38:54 +0000 (05:38 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 21 Sep 2004 05:38:54 +0000 (05:38 +0000)
SQL92 (the former defines a much more ambitious subset of views that
need to be updatable).

doc/TODO

index ff8c648db7562b7b0c29711f0a6052e0d558bf65..885a6ac6981e475941c4a406a94e3a6bb3342a8a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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