mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Add:
> o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2]; > have SELECT * and INSERT honor such ordering
This commit is contained in:
parent
646e7f8415
commit
94468c6f04
7
doc/TODO
7
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Mon Jun 23 15:33:30 EDT 2003
|
Last updated: Mon Jun 23 21:08:17 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -190,6 +190,9 @@ Commands
|
|||||||
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
|
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
|
||||||
o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
|
o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
|
||||||
o Have ALTER TABLE rename SERIAL sequences
|
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
|
||||||
|
|
||||||
|
|
||||||
* CLUSTER
|
* CLUSTER
|
||||||
o Automatically maintain clustering on a table
|
o Automatically maintain clustering on a table
|
||||||
@ -453,7 +456,7 @@ Source Code
|
|||||||
* Acquire lock on a relation before building a relcache entry for it
|
* Acquire lock on a relation before building a relcache entry for it
|
||||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||||
* Add checks for fclose() failure
|
* Add checks for fclose() failure
|
||||||
* 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 $
|
* 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 $
|
||||||
* Exit postmaster if postgresql.conf can not be opened
|
* Exit postmaster if postgresql.conf can not be opened
|
||||||
|
|
||||||
* Wire Protocol Changes
|
* Wire Protocol Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user