mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Done:
< 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. < Reorder: < o %Create dump tool for write-ahead logs for use in determining < transaction id for point-in-time recovery > o %Create dump tool for write-ahead logs for use in determining > transaction id for point-in-time recovery
This commit is contained in:
parent
2c660c61cf
commit
03a68a7cae
12
doc/TODO
12
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Wed Sep 20 19:01:42 EDT 2006
|
Last updated: Tue Sep 26 07:18:13 EDT 2006
|
||||||
|
|
||||||
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.
|
||||||
@ -139,19 +139,13 @@ Administration
|
|||||||
|
|
||||||
* Point-In-Time Recovery (PITR)
|
* Point-In-Time Recovery (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.
|
|
||||||
|
|
||||||
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
|
o Allow a warm standby system to also allow read-only statements
|
||||||
[pitr]
|
[pitr]
|
||||||
|
|
||||||
This is useful for checking PITR recovery.
|
This is useful for checking PITR recovery.
|
||||||
|
|
||||||
|
o %Create dump tool for write-ahead logs for use in determining
|
||||||
|
transaction id for point-in-time recovery
|
||||||
o Allow the PITR process to be debugged and data examined
|
o Allow the PITR process to be debugged and data examined
|
||||||
|
|
||||||
|
|
||||||
|
@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Wed Sep 20 19:01:42 EDT 2006
|
Last updated: Tue Sep 26 07:18:13 EDT 2006
|
||||||
</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>.
|
||||||
@ -127,17 +127,12 @@ first.
|
|||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>Point-In-Time Recovery (PITR)
|
</li><li>Point-In-Time Recovery (PITR)
|
||||||
<ul>
|
<ul>
|
||||||
<li>Add command to archive partially filled write-ahead logs? [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr">pitr</a>]
|
<li>Allow a warm standby system to also allow read-only statements
|
||||||
<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 failure.
|
|
||||||
</p>
|
|
||||||
</li><li>%Create dump tool for write-ahead logs for use in determining
|
|
||||||
transaction id for point-in-time recovery
|
|
||||||
</li><li>Allow a warm standby system to also allow read-only statements
|
|
||||||
[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr">pitr</a>]
|
[<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>%Create dump tool for write-ahead logs for use in determining
|
||||||
|
transaction id for point-in-time recovery
|
||||||
</li><li>Allow the PITR process to be debugged and data examined
|
</li><li>Allow the PITR process to be debugged and data examined
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user