summaryrefslogtreecommitdiff
path: root/doc/src/FAQ
diff options
context:
space:
mode:
authorBruce Momjian2005-04-18 17:40:40 +0000
committerBruce Momjian2005-04-18 17:40:40 +0000
commit01979d1bd52dac4f3c37a648019b4e4564cb791e (patch)
treec86017b2d9a7323c3eb978954928ebfc646da20e /doc/src/FAQ
parent7aa066f11d24d500ae103fd532d85fc39311e2b1 (diff)
Update PITR setence to mention WAL and file system dump.
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r--doc/src/FAQ/TODO.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index ee083875e28..3935649b043 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<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/>
-Last updated: Mon Apr 18 10:42:34 EDT 2005
+Last updated: Mon Apr 18 11:03:14 EDT 2005
</p>
<p>The most recent version of this document can be viewed at the PostgreSQL web<br/>
site, <a href="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>.
@@ -103,10 +103,10 @@ first.
logs
<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.
+ failure. This could be triggered by a user command or a timer.
</p>
- </li><li>Force archiving of partially-full WAL files when pg_stop_backup() is
- called or the server is stopped
+ </li><li>Automatically force archiving of partially-filled WAL files when
+ pg_stop_backup() is called or the server is stopped
<p> Doing this will allow administrators to know more easily when the
archive contins all the files needed for point-in-time recovery.
</p>