mirror of https://github.com/postgres/postgres
parent
96656f7dd7
commit
65010e34e0
5
doc/TODO
5
doc/TODO
|
@ -1,6 +1,6 @@
|
||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Thu Feb 12 18:27:48 EST 2004
|
Last updated: Thu Feb 12 21:30:57 EST 2004
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
|
@ -115,6 +115,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
|
||||||
* Have views on temporary tables exist in the temporary namespace
|
* Have views on temporary tables exist in the temporary namespace
|
||||||
|
* Allow temporary views on non-temporary tables
|
||||||
* Move psql backslash information into views
|
* Move psql backslash information into views
|
||||||
* Allow RULE recompilation
|
* Allow RULE recompilation
|
||||||
|
|
||||||
|
@ -458,7 +459,7 @@ Source Code
|
||||||
* Acquire lock on a relation before building a relcache entry for it
|
* Acquire lock on a relation before building a relcache entry for it
|
||||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||||
* -Add checks for fclose() failure (Tom)
|
* -Add checks for fclose() failure (Tom)
|
||||||
* 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 $
|
* 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 $
|
||||||
* Exit postmaster if postgresql.conf can not be opened
|
* Exit postmaster if postgresql.conf can not be opened
|
||||||
* Rename /scripts directory because they are all C programs now
|
* Rename /scripts directory because they are all C programs now
|
||||||
* Allow the regression tests to start postmaster with -i so the tests
|
* Allow the regression tests to start postmaster with -i so the tests
|
||||||
|
|
Loading…
Reference in New Issue