From: Bruce Momjian Date: Sun, 5 Jun 2005 00:28:36 +0000 (+0000) Subject: Add TODO.detail. X-Git-Tag: REL8_1_0BETA1~642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efe0d0808b055fb2f651dd3732bd770290eb2659;p=postgresql Add TODO.detail. < 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] --- diff --git a/doc/TODO b/doc/TODO index becbaf59d7..fb5393bc14 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: 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. diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b487b458d9..965e565598 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-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