Skip to content

Commit 596ba5e

Browse files
committed
Updated:
< * Allow temporary views < * Require view using temporary tables to be temporary views > * -Have views on temporary tables exist in the temporary namespace
1 parent 106c733 commit 596ba5e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/TODO

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Aug 13 22:51:00 EDT 2002
3+
Last updated: Tue Aug 13 23:40:24 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -127,8 +127,7 @@ Views / Rules
127127
* Automatically create rules on views so they are updateable, per SQL92 [view]
128128
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
129129
* Allow NOTIFY in rules involving conditionals
130-
* Allow temporary views
131-
* Require view using temporary tables to be temporary views
130+
* -Have views on temporary tables exist in the temporary namespace
132131
* Move psql backslash information into views
133132
* Allow RULE recompilation
134133
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)

0 commit comments

Comments
 (0)