Commit 596ba5ec authored by Bruce Momjian's avatar Bruce Momjian

Updated:

< * Allow temporary views
< * Require view using temporary tables to be temporary views
> * -Have views on temporary tables exist in the temporary namespace
parent 106c733c
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Aug 13 22:51:00 EDT 2002 Last updated: Tue Aug 13 23:40:24 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -127,8 +127,7 @@ Views / Rules ...@@ -127,8 +127,7 @@ Views / Rules
* Automatically create rules on views so they are updateable, per SQL92 [view] * Automatically create rules on views so they are updateable, per SQL92 [view]
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
* Allow NOTIFY in rules involving conditionals * Allow NOTIFY in rules involving conditionals
* Allow temporary views * -Have views on temporary tables exist in the temporary namespace
* Require view using temporary tables to be temporary views
* Move psql backslash information into views * Move psql backslash information into views
* Allow RULE recompilation * Allow RULE recompilation
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce) * -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment