From: Bruce Momjian Date: Tue, 24 Jun 2003 02:53:36 +0000 (+0000) Subject: Add: X-Git-Tag: REL7_4_BETA1~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b2e94de84e0e41946da09333f189fee5f166299;p=postgresql Add: < > o Allow ALTER TABLE to modify column lengths and change to binary > compatible types --- diff --git a/doc/TODO b/doc/TODO index c2f3497c23..2a7921f799 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Jun 23 22:39:49 EDT 2003 +Last updated: Mon Jun 23 22:53:32 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -192,7 +192,8 @@ Commands o Have ALTER TABLE rename SERIAL sequences o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2]; have SELECT * and INSERT honor such ordering - + o Allow ALTER TABLE to modify column lengths and change to binary + compatible types * CLUSTER o Automatically maintain clustering on a table @@ -459,7 +460,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* 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 $ +* 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 $ * Exit postmaster if postgresql.conf can not be opened * Wire Protocol Changes