OSDN Git Service

Oops, not done:
authorBruce Momjian <bruce@momjian.us>
Wed, 14 Aug 2002 03:41:09 +0000 (03:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 14 Aug 2002 03:41:09 +0000 (03:41 +0000)
> * Have views on temporary tables exist in the temporary namespace

doc/TODO

index cbcd656..ff7b9e6 100644 (file)
--- 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)