1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated:Tue Feb 18 20:30:27 EST 2003
3
+ Last updated:Wed Mar 5 21:29:28 EST 2003
4
4
5
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -16,14 +16,14 @@ Urgent
16
16
======
17
17
18
18
* Add replication of distributed databases [replication]
19
- oautomatic failover
20
- oload balancing
21
- omaster /slave replication
22
- omulti -master replication
23
- opartition data across servers
24
- osample implementation in contrib/rserv
25
- oqueries across databases or servers (two-phase commit)
26
- oallow replication over unreliable or non-persistent links
19
+ oAutomatic failover
20
+ oLoad balancing
21
+ oMaster /slave replication
22
+ oMulti -master replication
23
+ oPartition data across servers
24
+ oSample implementation in contrib/rserv
25
+ oQueries across databases or servers (two-phase commit)
26
+ oAllow replication over unreliable or non-persistent links
27
27
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
28
28
* Point-in-time data recovery using backup and write-ahead log
29
29
* Create native Win32 port [win32]
@@ -179,7 +179,8 @@ Commands
179
179
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
180
180
of the item above
181
181
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
182
- * Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
182
+ o Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
183
+ o Have ALTER TABLE rename SERIAL sequences
183
184
184
185
* CLUSTER
185
186
o Automatically maintain clustering on a table
@@ -271,7 +272,7 @@ Clients
271
272
o fix handling of DB attributes that are arrays
272
273
273
274
* Python
274
- o Allow users to register their own types with_pg
275
+ o Allow users to register their own types withpg_
275
276
o Allow SELECT to return a dictionary of dictionaries
276
277
o Allow COPY BINARY FROM
277
278