Skip to content

Commit ffd69e7

Browse files
committed
Update view info:
< * Automatically create rules on views so they are updateable, per SQL99 [view] > * Automatically create rules on views so they are updateable, per SQL99 > > We can only auto-create rules for simple views. For more complex > cases users will still have to write rules. >
1 parent fb6c680 commit ffd69e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/TODO

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
66
Bracketed items "[]" have more detail.
77

88
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
9-
Last updated: Sat Nov 6 00:38:05 EST 2004
9+
Last updated: Mon Nov 8 09:53:53 EST 2004
1010

1111
The most recent version of this document can be viewed at the PostgreSQL web
1212
site, http://www.PostgreSQL.org.
@@ -199,7 +199,11 @@ Multi-Language Support
199199
Views / Rules
200200
=============
201201

202-
* Automatically create rules on views so they are updateable, per SQL99 [view]
202+
* Automatically create rules on views so they are updateable, per SQL99
203+
204+
We can only auto-create rules for simple views. For more complex
205+
cases users will still have to write rules.
206+
203207
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
204208
* Allow NOTIFY in rules involving conditionals
205209
* Have views on temporary tables exist in the temporary namespace

0 commit comments

Comments
 (0)