]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Mon, 8 Oct 2001 03:23:37 +0000 (03:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 8 Oct 2001 03:23:37 +0000 (03:23 +0000)
doc/TODO

index e33bb15102ba19bbeee2fd4281731bdb863fbf10..1a85f9306e66fc19ae8318b07c74321fa625a946 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Fri Oct  5 16:43:01 EDT 2001
+Last updated:          Sun Oct  7 23:23:28 EDT 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -101,7 +101,7 @@ VIEWS
 * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
 * Allow NOTIFY in rules involving conditionals
 * -Evaluate INSERT rules at end of query, rather than beginning (Jan)
-* Allow views on temporary tables to behave as temporary views
+* Allow temporary views
 
 INDEXES