diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-08 18:24:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-08 18:24:55 +0000 |
commit | e8192dc0d037d30281369259b31b32330609ad30 (patch) | |
tree | f2cad9185f7ca43a03298d9d319a4c52fe2c4f3b | |
parent | 876c7009fba2003dfee200952a35a17f73066fe9 (diff) | |
download | postgresql-e8192dc0d037d30281369259b31b32330609ad30.tar.gz postgresql-e8192dc0d037d30281369259b31b32330609ad30.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Nov 7 00:27:22 EST 2001 +Last updated: Thu Nov 8 13:24:37 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -32,6 +32,7 @@ URGENT o partition data across servers o sample implementation in contrib/rserv o queries across databases or servers (two-phase commit) + o http://gborg.postgresql.org/project/pgreplication/projdisplay.php * Point-in-time data recovery using backup and write-ahead log * Allow row re-use without vacuum (Tom) |