|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Sep5 15:52:01 EDT 2003 |
| 3 | +Last updated:Mon Sep8 18:48:19 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -215,6 +215,7 @@ Commands
|
215 | 215 | compatible types
|
216 | 216 | o Add ALTER DATABASE ... OWNER TO newowner
|
217 | 217 | o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
| 218 | +o Allow ALTER TABLE to change constraint deferrability and actions |
218 | 219 |
|
219 | 220 | * CLUSTER
|
220 | 221 | o Automatically maintain clustering on a table
|
@@ -494,7 +495,7 @@ Source Code
|
494 | 495 | * Acquire lock on a relation before building a relcache entry for it
|
495 | 496 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
496 | 497 | * Add checks for fclose() failure
|
497 |
| -* Change CVS $Id: TODO,v 1.1132 2003/09/05 19:52:10 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1132 2003/09/05 19:52:10 momjian Exp $ |
| 498 | +* Change CVS $Id: TODO,v 1.1133 2003/09/08 22:48:21 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1133 2003/09/08 22:48:21 momjian Exp $ |
498 | 499 | * Exit postmaster if postgresql.conf can not be opened
|
499 | 500 | * Rename /scripts directory because they are all C programs now
|
500 | 501 | * Allow the regression tests to start postmaster with -i so the tests
|
|