Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 94468c6

Browse files
committed
Add:
> o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2]; > have SELECT * and INSERT honor such ordering
1 parent 646e7f8 commit 94468c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/TODO

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Jun 23 15:33:30 EDT 2003
3+
Last updated: Mon Jun 23 21:08:17 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -190,6 +190,9 @@ Commands
190190
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
191191
o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
192192
o Have ALTER TABLE rename SERIAL sequences
193+
o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
194+
have SELECT * and INSERT honor such ordering
195+
193196

194197
* CLUSTER
195198
o Automatically maintain clustering on a table
@@ -453,7 +456,7 @@ Source Code
453456
* Acquire lock on a relation before building a relcache entry for it
454457
* Research interaction of setitimer() and sleep() used by statement_timeout
455458
* Add checks for fclose() failure
456-
* Change CVS $Id: TODO,v 1.1061 2003/06/23 19:33:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1061 2003/06/23 19:33:40 momjian Exp $
459+
* Change CVS $Id: TODO,v 1.1062 2003/06/24 01:08:20 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1062 2003/06/24 01:08:20 momjian Exp $
457460
* Exit postmaster if postgresql.conf can not be opened
458461

459462
* Wire Protocol Changes

0 commit comments

Comments
 (0)