Oops, not done:

> * Have views on temporary tables exist in the temporary namespace
This commit is contained in:
Bruce Momjian 2002-08-14 03:41:09 +00:00
parent 596ba5ecc4
commit 561e25ad71
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Aug 13 23:40:24 EDT 2002 Last updated: Tue Aug 13 23:40:53 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -127,7 +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
* -Have views on temporary tables exist in the temporary namespace * Have views on temporary tables exist in the temporary namespace
* 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)