aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-14 03:41:09 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-14 03:41:09 +0000
commit561e25ad71598bcba1aeb550ef2475e050270752 (patch)
tree7d87ae4d8f4f2becf6bfc23745e02a4b5023b320
parent596ba5ecc473019fd47c338b04d1f9c02205a747 (diff)
downloadpostgresql-561e25ad71598bcba1aeb550ef2475e050270752.tar.gz
postgresql-561e25ad71598bcba1aeb550ef2475e050270752.zip
Oops, not done:
> * Have views on temporary tables exist in the temporary namespace
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index cbcd65640f2..ff7b9e62052 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Aug 13 23:40:24 EDT 2002
+Last updated: Tue Aug 13 23:40:53 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -127,7 +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
-* -Have views on temporary tables exist in the temporary namespace
+* 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)