Reorder items:
authorBruce Momjian
Wed, 26 Jul 2006 17:23:02 +0000 (17:23 +0000)
committerBruce Momjian
Wed, 26 Jul 2006 17:23:02 +0000 (17:23 +0000)
<    o Allow point-in-time recovery to archive partially filled
<      write-ahead logs? [pitr]
>    o Add command to archive partially filled write-ahead logs? [pitr]
<      of a disk failure. This could be triggered by a user command or
<      a timer.
>      of a disk failure.
<      recovery.  A function call to do this would also be useful.
>      recovery.
>    o Add reporting of the current WAL file and offset, perhaps as
>      part of partial log file archiving
>
>      The offset allows parts of a WAL file to be archived using
>      an external program.
>
<    o Add reporting of the current WAL file and offset, perhaps as
<      part of partial log file archiving
<
<      The offset allows parts of a WAL file to be archived using
<      an external program.

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

index 12be227361bd7adcad7e1ed2176524a304368d99..0733e9227db35ad420e14e9ad91974542b734ce0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jul 25 20:34:56 EDT 2006
+Last updated:      Wed Jul 26 13:22:49 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -144,22 +144,26 @@ Administration
 
 * Point-In-Time Recovery (PITR)
 
-     o Allow point-in-time recovery to archive partially filled
-       write-ahead logs? [pitr]
+     o Add command to archive partially filled write-ahead 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.
+       of a disk failure.
 
      o Automatically force archiving of partially-filled WAL files when
        pg_stop_backup() is called or the server is stopped
 
        Doing this will allow administrators to know more easily when
        the archive contains all the files needed for point-in-time
-       recovery.  A function call to do this would also be useful.
+       recovery.
        http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php
 
+     o Add reporting of the current WAL file and offset, perhaps as
+       part of partial log file archiving
+
+       The offset allows parts of a WAL file to be archived using
+       an external program.
+
      o %Create dump tool for write-ahead logs for use in determining
        transaction id for point-in-time recovery
      o Allow a warm standby system to also allow read-only statements
@@ -168,11 +172,6 @@ Administration
        This is useful for checking PITR recovery.
 
      o Allow the PITR process to be debugged and data examined
-     o Add reporting of the current WAL file and offset, perhaps as
-       part of partial log file archiving
-
-       The offset allows parts of a WAL file to be archived using
-       an external program.
 
 
 Monitoring
index 79d37480c1041f15374ef9f1437e973e7104f1eb..816047e1134b1d1f1046bec37a4dcbea04a17da4 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jul 25 20:34:56 EDT 2006
+Last updated:           Wed Jul 26 13:22:49 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -131,19 +131,22 @@ first.
   
   
  • Point-In-Time Recovery (PITR)
  •    
      -    
    • Allow point-in-time recovery to archive partially filled
    • -            write-ahead logs? [pitr]
      +    
    • Add command to archive partially filled write-ahead 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.
      +            of a disk failure.
       

           
    • Automatically force archiving of partially-filled WAL files when
    •              pg_stop_backup() is called or the server is stopped
       

                  Doing this will allow administrators to know more easily when

                   the archive contains all the files needed for point-in-time
      -            recovery.  A function call to do this would also be useful.
      +            recovery.
                   http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php
      +

      +    
    • Add reporting of the current WAL file and offset, perhaps as
    • +            part of partial log file archiving
      +

                  The offset allows parts of a WAL file to be archived using

      +            an external program.
       

           
    • %Create dump tool for write-ahead logs for use in determining
    •              transaction id for point-in-time recovery
      @@ -152,11 +155,6 @@ first.
       

                  This is useful for checking PITR recovery.

       

           
    • Allow the PITR process to be debugged and data examined
    • -    
    • Add reporting of the current WAL file and offset, perhaps as
    • -            part of partial log file archiving
      -

                  The offset allows parts of a WAL file to be archived using

      -            an external program.
      -

         
       
       

      Monitoring