summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-08 03:23:37 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-08 03:23:37 +0000
commitbbea129681a4537c7a4666482f0e58ce06b6a2c5 (patch)
treebea52d6da508ee44c01bd641528be97b2861d412
parent85801a4dbdee22f230637311681b8b03a72979db (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index e33bb15102b..1a85f9306e6 100644
--- 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