|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Sep 420:50:23 EDT 2003 |
| 3 | +Last updated:Thu Sep 421:10:07 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -214,6 +214,7 @@ Commands
|
214 | 214 | o Allow ALTER TABLE to modify column lengths and change to binary
|
215 | 215 | compatible types
|
216 | 216 | o Add ALTER DATABASE ... OWNER TO newowner
|
| 217 | +o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME |
217 | 218 |
|
218 | 219 | * CLUSTER
|
219 | 220 | o Automatically maintain clustering on a table
|
@@ -491,7 +492,7 @@ Source Code
|
491 | 492 | * Acquire lock on a relation before building a relcache entry for it
|
492 | 493 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
493 | 494 | * Add checks for fclose() failure
|
494 |
| -* Change CVS $Id: TODO,v 1.1128 2003/09/0500:50:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1128 2003/09/0500:50:40 momjian Exp $ |
| 495 | +* Change CVS $Id: TODO,v 1.1129 2003/09/0501:10:07 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1129 2003/09/0501:10:07 momjian Exp $ |
495 | 496 | * Exit postmaster if postgresql.conf can not be opened
|
496 | 497 | * Rename /scripts directory because they are all C programs now
|
497 | 498 | * Allow the regression tests to start postmaster with -i so the tests
|
|