|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Mar18 22:05:18 EST 2002 |
| 3 | +Last updated:Sun Mar24 17:37:06 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -121,6 +121,7 @@ VIEWS / RULES |
121 | 121 | * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW |
122 | 122 | * Allow NOTIFY in rules involving conditionals |
123 | 123 | * Allow temporary views |
| 124 | +* Automatically make a view temporary if it uses a temporary table |
124 | 125 | * Move psql backslash information into views |
125 | 126 | * Allow RULE recompilation |
126 | 127 | * -Remove brackets as multi-statement rule grouping, must use parens (Bruce) |
|