|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Feb 1112:03:58 EST 2004 |
| 3 | +Last updated:Wed Feb 1117:04:35 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -205,6 +205,7 @@ Commands
|
205 | 205 | o Add ALTER DATABASE ... OWNER TO newowner
|
206 | 206 | o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
|
207 | 207 | o Allow ALTER TABLE to change constraint deferrability and actions
|
| 208 | +o Disallow dropping of an inherited constraint |
208 | 209 |
|
209 | 210 | * CLUSTER
|
210 | 211 | o Automatically maintain clustering on a table
|
@@ -465,7 +466,7 @@ Source Code
|
465 | 466 | * Acquire lock on a relation before building a relcache entry for it
|
466 | 467 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
467 | 468 | * -Add checks for fclose() failure (Tom)
|
468 |
| -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/1117:04:04 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/1117:04:04 momjian Exp $ |
| 469 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1198 2004/02/1122:04:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1198 2004/02/1122:04:35 momjian Exp $ |
469 | 470 | * Exit postmaster if postgresql.conf can not be opened
|
470 | 471 | * Rename /scripts directory because they are all C programs now
|
471 | 472 | * Allow the regression tests to start postmaster with -i so the tests
|
|