aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-14 03:40:41 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-14 03:40:41 +0000
commit596ba5ecc473019fd47c338b04d1f9c02205a747 (patch)
tree613cc8068296419260cfa9ec19e5c5bce7c0ea5c
parent106c733c340364108ce13d22679a9102f18cdfd1 (diff)
downloadpostgresql-596ba5ecc473019fd47c338b04d1f9c02205a747.tar.gz
postgresql-596ba5ecc473019fd47c338b04d1f9c02205a747.zip
Updated:
< * Allow temporary views < * Require view using temporary tables to be temporary views > * -Have views on temporary tables exist in the temporary namespace
-rw-r--r--doc/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index e1c1971f31a..cbcd65640f2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Aug 13 22:51:00 EDT 2002
+Last updated: Tue Aug 13 23:40:24 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -127,8 +127,7 @@ Views / Rules
* Automatically create rules on views so they are updateable, per SQL92 [view]
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
* Allow NOTIFY in rules involving conditionals
-* Allow temporary views
-* Require view using temporary tables to be temporary views
+* -Have views on temporary tables exist in the temporary namespace
* Move psql backslash information into views
* Allow RULE recompilation
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)