From ae76c3ace9b9fe286bfb7341759e0d347194fc3d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 8 Jun 2006 02:59:02 +0000
Subject: [PATCH] Add URL.

< 	    recovery.
> 	    recovery.  See http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php.
---
 doc/TODO              | 4 ++--
 doc/src/FAQ/TODO.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 066f626742f..d5004699a50 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:		Wed Jun  7 22:42:39 EDT 2006
+Last updated:		Wed Jun  7 22:58:57 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -154,7 +154,7 @@ Administration
 
 	    Doing this will allow administrators to know more easily when
 	    the archive contains all the files needed for point-in-time
-	    recovery.
+	    recovery.  See http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php.
 
 	  o %Create dump tool for write-ahead logs for use in determining
 	    transaction id for point-in-time recovery
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index b471aba2799..568572a52c8 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated:           Wed Jun  7 22:42:39 EDT 2006
+Last updated:           Wed Jun  7 22:58:57 EDT 2006
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -142,7 +142,7 @@ first.
             pg_stop_backup() is called or the server is stopped
 <p>            Doing this will allow administrators to know more easily when
             the archive contains all the files needed for point-in-time
-            recovery.
+            recovery.  See <a href="http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php">http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php</a>.
 </p>
     </li><li>%Create dump tool for write-ahead logs for use in determining
             transaction id for point-in-time recovery
-- 
GitLab