aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-11-08 14:54:00 +0000
committerBruce Momjian <bruce@momjian.us>2004-11-08 14:54:00 +0000
commitffd69e70444d024686df6207a1f8ca14c93c27e2 (patch)
tree049f4876ba4f0d2bb26eab28ccec646c09694576
parentfb6c6807d23a2d8f61d9a1a4f722fd203105ff70 (diff)
downloadpostgresql-ffd69e70444d024686df6207a1f8ca14c93c27e2.tar.gz
postgresql-ffd69e70444d024686df6207a1f8ca14c93c27e2.zip
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. >
-rw-r--r--doc/TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 2e435850c35..273551e8dc0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Nov 6 00:38:05 EST 2004
+Last updated: Mon Nov 8 09:53:53 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -199,7 +199,11 @@ Multi-Language Support
Views / Rules
=============
-* 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.
+
* 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