aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-03-25 20:56:08 +0000
committerBruce Momjian <bruce@momjian.us>2002-03-25 20:56:08 +0000
commitfa99f94de75c8c4148a51e5234780aaa06d0fe3a (patch)
tree92218e4617fc2d4dcb542b3a5607c7d985d55a1b
parenteb77ad55eda4bca19016e5a6e6247aedd3dfa360 (diff)
downloadpostgresql-fa99f94de75c8c4148a51e5234780aaa06d0fe3a.tar.gz
postgresql-fa99f94de75c8c4148a51e5234780aaa06d0fe3a.zip
Update for temp views:
< * Automatically make a view temporary if it uses a temporary table > * Require view using temporary tables to be temporary views
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index b7af0b78a47..720d9387136 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Mar 24 22:36:39 EST 2002
+Last updated: Mon Mar 25 15:55:30 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -121,7 +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
+* Require view using temporary tables to be temporary views
* Move psql backslash information into views
* Allow RULE recompilation
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)