|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Feb 1218:27:48 EST 2004 |
| 3 | +Last updated:Thu Feb 1221:30:57 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -115,6 +115,7 @@ Views / Rules
|
115 | 115 | * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
|
116 | 116 | * Allow NOTIFY in rules involving conditionals
|
117 | 117 | * Have views on temporary tables exist in the temporary namespace
|
| 118 | +* Allow temporary views on non-temporary tables |
118 | 119 | * Move psql backslash information into views
|
119 | 120 | * Allow RULE recompilation
|
120 | 121 |
|
@@ -458,7 +459,7 @@ Source Code
|
458 | 459 | * Acquire lock on a relation before building a relcache entry for it
|
459 | 460 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
460 | 461 | * -Add checks for fclose() failure (Tom)
|
461 |
| -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1213 2004/02/12 23:27:52 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1213 2004/02/12 23:27:52 momjian Exp $ |
| 462 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1214 2004/02/13 02:30:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1214 2004/02/13 02:30:53 momjian Exp $ |
462 | 463 | * Exit postmaster if postgresql.conf can not be opened
|
463 | 464 | * Rename /scripts directory because they are all C programs now
|
464 | 465 | * Allow the regression tests to start postmaster with -i so the tests
|
|