Add URL for:
authorBruce Momjian
Mon, 2 Apr 2007 22:50:19 +0000 (22:50 +0000)
committerBruce Momjian
Mon, 2 Apr 2007 22:50:19 +0000 (22:50 +0000)
          o Allow a warm standby system to also allow read-only
statements
            [pitr]
>      http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php

doc/TODO
doc/src/FAQ/TODO.html

index aadda4da142a4bca70d591dea747040846f015a1..90dbfaf12d7445b69e58fd2083eec3398cf5dd01 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Apr  2 18:48:47 EDT 2007
+Last updated:      Mon Apr  2 18:50:15 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -154,6 +154,7 @@ Administration
        [pitr]
 
        This is useful for checking PITR recovery.
+       http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php
 
      o %Create dump tool for write-ahead logs for use in determining
        transaction id for point-in-time recovery
index 873f38c4ccb81eadf20ff06225d90abd964e89e9..b63790417a399f21fa835b62ec6ed79057cd330c 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Apr  2 18:48:47 EDT 2007
+Last updated:           Mon Apr  2 18:50:15 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -140,6 +140,7 @@ first.  There is also a developer's wiki at
     
  • Allow a warm standby system to also allow read-only statements
  •              [pitr]
     

                This is useful for checking PITR recovery.

    +            http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php
     

         
  • %Create dump tool for write-ahead logs for use in determining
  •              transaction id for point-in-time recovery