Commit cb6f5f15 authored by Bruce Momjian's avatar Bruce Momjian

Update PITR:

< 	    write-ahead logs [pitr]
> 	    write-ahead logs? [pitr]
< 	    recovery.
> 	    recovery.  A function call to do this would also be useful.
parent bd112776
...@@ -2,7 +2,7 @@ ...@@ -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: Tue Jul 25 00:11:20 EDT 2006 Last updated: Tue Jul 25 11:21:42 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.
...@@ -145,7 +145,7 @@ Administration ...@@ -145,7 +145,7 @@ Administration
* Point-In-Time Recovery (PITR) * Point-In-Time Recovery (PITR)
o Allow point-in-time recovery to archive partially filled o Allow point-in-time recovery to archive partially filled
write-ahead logs [pitr] write-ahead logs? [pitr]
Currently only full WAL files are archived. This means that the Currently only full WAL files are archived. This means that the
most recent transactions aren't available for recovery in case most recent transactions aren't available for recovery in case
...@@ -157,7 +157,7 @@ Administration ...@@ -157,7 +157,7 @@ Administration
Doing this will allow administrators to know more easily when Doing this will allow administrators to know more easily when
the archive contains all the files needed for point-in-time the archive contains all the files needed for point-in-time
recovery. recovery. A function call to do this would also be useful.
http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php
o %Create dump tool for write-ahead logs for use in determining o %Create dump tool for write-ahead logs for use in determining
......
...@@ -8,7 +8,7 @@ ...@@ -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: Tue Jul 25 00:11:20 EDT 2006 Last updated: Tue Jul 25 11:21:42 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>.
...@@ -132,7 +132,7 @@ first. ...@@ -132,7 +132,7 @@ first.
</li><li>Point-In-Time Recovery (PITR) </li><li>Point-In-Time Recovery (PITR)
<ul> <ul>
<li>Allow point-in-time recovery to archive partially filled <li>Allow point-in-time recovery to archive partially filled
write-ahead logs [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr">pitr</a>] write-ahead 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 <p> Currently only full WAL files are archived. This means that the
most recent transactions aren't available for recovery in case most recent transactions aren't available for recovery in case
of a disk failure. This could be triggered by a user command or of a disk failure. This could be triggered by a user command or
...@@ -142,7 +142,7 @@ first. ...@@ -142,7 +142,7 @@ first.
pg_stop_backup() is called or the server is stopped pg_stop_backup() is called or the server is stopped
<p> Doing this will allow administrators to know more easily when <p> Doing this will allow administrators to know more easily when
the archive contains all the files needed for point-in-time the archive contains all the files needed for point-in-time
recovery. recovery. A function call to do this would also be useful.
<a href="http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php">http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php</a> <a href="http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php">http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php</a>
</p> </p>
</li><li>%Create dump tool for write-ahead logs for use in determining </li><li>%Create dump tool for write-ahead logs for use in determining
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment