Add TODO.detail.
authorBruce Momjian
Sun, 5 Jun 2005 00:28:36 +0000 (00:28 +0000)
committerBruce Momjian
Sun, 5 Jun 2005 00:28:36 +0000 (00:28 +0000)
<   logs
>   logs [pitr]
130c130
< * Allow a warm standby system to also allow read-only queries
> * Allow a warm standby system to also allow read-only queries [pitr]

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

index becbaf59d7988f5aa1e04be139c93846c5440dc3..fb5393bc1469a5c379ed3fe754e7b58b15c5fdf6 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Jun  4 20:19:57 EDT 2005
+Last updated:      Sat Jun  4 20:28:35 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -107,7 +107,7 @@ Administration
   to return to their default values.
 
 * Allow point-in-time recovery to archive partially filled write-ahead
-  logs
+  logs [pitr]
 
   Currently only full WAL files are archived. This means that the most
   recent transactions aren't available for recovery in case of a disk
@@ -127,7 +127,7 @@ Administration
   copied from the template1 database.
 
 * Add a function that returns the 'uptime' of the postmaster
-* Allow a warm standby system to also allow read-only queries
+* Allow a warm standby system to also allow read-only queries [pitr]
 
   This is useful for checking PITR recovery.
 
index b487b458d9895d3576039ae375ab893783b8585c..965e56559899622d34f5d3680f2ebcd5d4d00e7c 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Jun  4 20:19:57 EDT 2005
+Last updated:           Sat Jun  4 20:28:35 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -102,7 +102,7 @@ first.
   to return to their default values.
 

   
  • Allow point-in-time recovery to archive partially filled write-ahead
  • -  logs
    +  logs [pitr]
     

      Currently only full WAL files are archived. This means that the most

       recent transactions aren't available for recovery in case of a disk
       failure.  This could be triggered by a user command or a timer.
    @@ -119,7 +119,7 @@ first.
       copied from the template1 database.
     

       
  • Add a function that returns the 'uptime' of the postmaster
  • -  
  • Allow a warm standby system to also allow read-only queries
  • +  
  • Allow a warm standby system to also allow read-only queries [pitr]
  •  

      This is useful for checking PITR recovery.

     

       
  • Allow the PITR process to be debugged and data examined