From: Neil Conway Date: Tue, 21 Sep 2004 05:38:54 +0000 (+0000) Subject: Clarify TODO item: we ought to implement updatable views per SQL99, not X-Git-Tag: REL8_0_0BETA3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=665d3736fb69fc92eea3c268daa2ec5e021165b7;p=postgresql 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). --- diff --git a/doc/TODO b/doc/TODO index ff8c648db7..885a6ac698 100644 --- 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