From bca7c57c794385b8280d3c510bb24670c064c76d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 5 Mar 2002 03:32:11 +0000
Subject: [PATCH] Add:

> 	o allow replication over unreliable or non-persistent links
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index dfc31b13de9..2e6cb7745a6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Mon Mar  4 11:49:24 EST 2002
+Last updated:		Mon Mar  4 22:31:55 EST 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -23,6 +23,7 @@ URGENT
 	o partition data across servers
 	o sample implementation in contrib/rserv
 	o queries across databases or servers (two-phase commit)
+	o allow replication over unreliable or non-persistent links
 	o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
 * Point-in-time data recovery using backup and write-ahead log
 
-- 
GitLab