aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 3bd6f86ec00..86d5817f280 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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)