From 01979d1bd52dac4f3c37a648019b4e4564cb791e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Apr 2005 17:40:40 +0000 Subject: Update PITR setence to mention WAL and file system dump. --- doc/src/FAQ/TODO.html | 8 ++++---- doc/src/sgml/backup.sgml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/src') 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 @@
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Mon Apr 18 10:42:34 EDT 2005
+Last updated: Mon Apr 18 11:03:14 EDT 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -103,10 +103,10 @@ first.
logs
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.
-Doing this will allow administrators to know more easily when the archive contins all the files needed for point-in-time recovery.
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 1a5d1c66c32..65cb4c62970 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,5 +1,5 @@