diff --git a/doc/TODO b/doc/TODO
index 18606bd34f0b4222d489272fd4b95226e84aefc2..e33bb15102ba19bbeee2fd4281731bdb863fbf10 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Thu Oct  4 00:24:19 EDT 2001
+Last updated:		Fri Oct  5 16:43:01 EDT 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -101,6 +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
 
 INDEXES