Commit fa99f94d authored by Bruce Momjian's avatar Bruce Momjian

Update for temp views:

< * Automatically make a view temporary if it uses a temporary table
> * Require view using temporary tables to be temporary views
parent eb77ad55
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -121,7 +121,7 @@ VIEWS / RULES ...@@ -121,7 +121,7 @@ VIEWS / RULES
* 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 * 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 * 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