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
- o automatic failover
20
- o load balancing
21
- o master /slave replication
22
- o multi -master replication
23
- o partition data across servers
24
- o sample implementation in contrib/rserv
25
- o queries across databases or servers (two-phase commit)
26
- o allow replication over unreliable or non-persistent links
19
+ o Automatic failover
20
+ o Load balancing
21
+ o Master /slave replication
22
+ o Multi -master replication
23
+ o Partition data across servers
24
+ o Sample implementation in contrib/rserv
25
+ o Queries across databases or servers (two-phase commit)
26
+ o Allow 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 with pg_
275
276
o Allow SELECT to return a dictionary of dictionaries
276
277
o Allow COPY BINARY FROM
277
278
0 commit comments