Commit 235d5fa6 authored by Bruce Momjian's avatar Bruce Momjian

Add:


> 	o Have ALTER TABLE rename SERIAL sequences
parent 4b6c198a
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Feb 18 20:30:27 EST 2003 Last updated: Wed Mar 5 21:29:28 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -16,14 +16,14 @@ Urgent ...@@ -16,14 +16,14 @@ Urgent
====== ======
* Add replication of distributed databases [replication] * Add replication of distributed databases [replication]
o automatic failover o Automatic failover
o load balancing o Load balancing
o master/slave replication o Master/slave replication
o multi-master replication o Multi-master replication
o partition data across servers o Partition data across servers
o sample implementation in contrib/rserv o Sample implementation in contrib/rserv
o queries across databases or servers (two-phase commit) o Queries across databases or servers (two-phase commit)
o allow replication over unreliable or non-persistent links o Allow replication over unreliable or non-persistent links
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
* Point-in-time data recovery using backup and write-ahead log * Point-in-time data recovery using backup and write-ahead log
* Create native Win32 port [win32] * Create native Win32 port [win32]
...@@ -179,7 +179,8 @@ Commands ...@@ -179,7 +179,8 @@ Commands
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
of the item above of the item above
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod) o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
* 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
* CLUSTER * CLUSTER
o Automatically maintain clustering on a table o Automatically maintain clustering on a table
...@@ -271,7 +272,7 @@ Clients ...@@ -271,7 +272,7 @@ Clients
o fix handling of DB attributes that are arrays o fix handling of DB attributes that are arrays
* Python * Python
o Allow users to register their own types with _pg o Allow users to register their own types with pg_
o Allow SELECT to return a dictionary of dictionaries o Allow SELECT to return a dictionary of dictionaries
o Allow COPY BINARY FROM o Allow COPY BINARY FROM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment