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]
This commit is contained in:
Bruce Momjian 2005-06-05 00:28:36 +00:00
parent 8805c835c8
commit efe0d0808b
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
@ -107,7 +107,7 @@ Administration
to return to their default values. to return to their default values.
* Allow point-in-time recovery to archive partially filled write-ahead * 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 Currently only full WAL files are archived. This means that the most
recent transactions aren't available for recovery in case of a disk recent transactions aren't available for recovery in case of a disk
@ -127,7 +127,7 @@ Administration
copied from the template1 database. copied from the template1 database.
* Add a function that returns the 'uptime' of the postmaster * 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. This is useful for checking PITR recovery.

View File

@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Sat Jun 4 20:19:57 EDT 2005 Last updated: Sat Jun 4 20:28:35 EDT 2005
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@ -102,7 +102,7 @@ first.
to return to their default values. to return to their default values.
</p> </p>
</li><li>Allow point-in-time recovery to archive partially filled write-ahead </li><li>Allow point-in-time recovery to archive partially filled write-ahead
logs logs [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr">pitr</a>]
<p> Currently only full WAL files are archived. This means that the most <p> Currently only full WAL files are archived. This means that the most
recent transactions aren't available for recovery in case of a disk recent transactions aren't available for recovery in case of a disk
failure. This could be triggered by a user command or a timer. failure. This could be triggered by a user command or a timer.
@ -119,7 +119,7 @@ first.
copied from the template1 database. copied from the template1 database.
</p> </p>
</li><li>Add a function that returns the 'uptime' of the postmaster </li><li>Add a function that returns the 'uptime' of the postmaster
</li><li>Allow a warm standby system to also allow read-only queries </li><li>Allow a warm standby system to also allow read-only queries [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr">pitr</a>]
<p> This is useful for checking PITR recovery. <p> This is useful for checking PITR recovery.
</p> </p>
</li><li>Allow the PITR process to be debugged and data examined </li><li>Allow the PITR process to be debugged and data examined