|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Jun 23 22:39:49 EDT 2003 |
| 3 | +Last updated:Mon Jun 23 22:53:32 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -192,7 +192,8 @@ Commands
|
192 | 192 | o Have ALTER TABLE rename SERIAL sequences
|
193 | 193 | o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
|
194 | 194 | have SELECT * and INSERT honor such ordering
|
195 |
| - |
| 195 | +o Allow ALTER TABLE to modify column lengths and change to binary |
| 196 | + compatible types |
196 | 197 |
|
197 | 198 | * CLUSTER
|
198 | 199 | o Automatically maintain clustering on a table
|
@@ -459,7 +460,7 @@ Source Code
|
459 | 460 | * Acquire lock on a relation before building a relcache entry for it
|
460 | 461 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
461 | 462 | * Add checks for fclose() failure
|
462 |
| -* Change CVS $Id: TODO,v 1.1064 2003/06/24 02:39:49 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1064 2003/06/24 02:39:49 momjian Exp $ |
| 463 | +* Change CVS $Id: TODO,v 1.1065 2003/06/24 02:53:36 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1065 2003/06/24 02:53:36 momjian Exp $ |
463 | 464 | * Exit postmaster if postgresql.conf can not be opened
|
464 | 465 |
|
465 | 466 | * Wire Protocol Changes
|
|