summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-03-24 22:37:20 +0000
committerBruce Momjian2002-03-24 22:37:20 +0000
commit918feb61d6312ea39cb6f5a0bca737f4d2fbc743 (patch)
treeeafa7c69fdc593532e46b70d5f75d79bb8ed93eb
parent5eed835b9af7ae6993c56b62b6cd15dba5533006 (diff)
Add:
> * Automatically make a view temporary if it uses a temporary table
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 237cc3cebef..5cf410d1bab 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Mar 18 22:05:18 EST 2002
+Last updated: Sun Mar 24 17:37:06 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -121,6 +121,7 @@ VIEWS / RULES
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
* Allow NOTIFY in rules involving conditionals
* Allow temporary views
+* Automatically make a view temporary if it uses a temporary table
* Move psql backslash information into views
* Allow RULE recompilation
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)