From: Bruce Momjian Date: Fri, 7 Mar 2008 01:46:41 +0000 (+0000) Subject: Clearify PITR doc wording. X-Git-Tag: REL8_4_BETA1~1881 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=588d213a929164e25d8a4fcf146a88e0edc173ae;p=thirdparty%2Fpostgresql.git Clearify PITR doc wording. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 4a6cad29153..8131bcdf845 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -1814,7 +1814,7 @@ if (!triggered) - If we take a backup of the standby server's files while it is following + If we take a backup of the standby server's data directory while it is processing logs shipped from the primary, we will be able to reload that data and restart the standby's recovery process from the last restart point. We no longer need to keep WAL files from before the restart point.