diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-05 20:43:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-05 20:43:09 +0000 |
commit | 6ec644057a004ca7576471913624442da6ebf6eb (patch) | |
tree | 4540bd659617f1d3887f147fc43ee260d0578e68 | |
parent | ee973be9c2c099bde699b419f42650b1c1ef9a13 (diff) | |
download | postgresql-6ec644057a004ca7576471913624442da6ebf6eb.tar.gz postgresql-6ec644057a004ca7576471913624442da6ebf6eb.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |