|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Nov11 23:10:40 EST 2003 |
| 3 | +Last updated:Sun Nov16 21:01:56 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -220,7 +220,7 @@ Commands
|
220 | 220 | rows with DEFAULT value
|
221 | 221 | o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
|
222 | 222 | of the item above
|
223 |
| -o --Add ALTER TABLE tab SET WITHOUT OIDS (Rod) |
| 223 | +o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod) |
224 | 224 | o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
|
225 | 225 | o Have ALTER TABLE rename SERIAL sequences
|
226 | 226 | o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
|
@@ -522,7 +522,7 @@ Source Code
|
522 | 522 | * Acquire lock on a relation before building a relcache entry for it
|
523 | 523 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
524 | 524 | * Add checks for fclose() failure
|
525 |
| -* Change CVS $Id: TODO,v 1.1167 2003/11/12 04:10:43 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1167 2003/11/12 04:10:43 momjian Exp $ |
| 525 | +* Change CVS $Id: TODO,v 1.1168 2003/11/17 02:01:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1168 2003/11/17 02:01:56 momjian Exp $ |
526 | 526 | * Exit postmaster if postgresql.conf can not be opened
|
527 | 527 | * Rename /scripts directory because they are all C programs now
|
528 | 528 | * Allow the regression tests to start postmaster with -i so the tests
|
|