diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-03-07 01:46:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-03-07 01:46:50 +0000 |
commit | ffeae03742eefaeaa2a2bc2c41a46853fc4d71d2 (patch) | |
tree | d90d81c192aac9d73fc76caa16a89433126ded51 | |
parent | 1c945db3d1011399e09f165bd09bd8fa532786a2 (diff) | |
download | postgresql-ffeae03742eefaeaa2a2bc2c41a46853fc4d71d2.tar.gz postgresql-ffeae03742eefaeaa2a2bc2c41a46853fc4d71d2.zip |
Clearify PITR doc wording.
-rw-r--r-- | doc/src/sgml/backup.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 6252159025f..abfca73f785 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.113 2008/01/23 20:21:37 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.113.2.1 2008/03/07 01:46:50 momjian Exp $ --> <chapter id="backup"> <title>Backup and Restore</title> @@ -1814,7 +1814,7 @@ if (!triggered) </para> <para> - 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. |