aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2012-08-08 22:34:46 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2012-08-08 22:34:46 +0100
commit42020a89c740846870f9e42274e8730f1986edd3 (patch)
tree0c5e3954876a403c926c42e25e521cbb90f158e3
parentf630157496a70f8ece4fd4c27eeead88c74b9015 (diff)
downloadpostgresql-42020a89c740846870f9e42274e8730f1986edd3.tar.gz
postgresql-42020a89c740846870f9e42274e8730f1986edd3.zip
Doc correction to point out that 9.2+ can overwrite pg_xlog files.
Noted by Noah Misch, patch by Fujii Masao
-rw-r--r--doc/src/sgml/backup.sgml4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index ea639e925e4..c4215bed986 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -1071,9 +1071,7 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
WAL segments that cannot be found in the archive will be sought in
<filename>pg_xlog/</>; this allows use of recent un-archived segments.
However, segments that are available from the archive will be used in
- preference to files in <filename>pg_xlog/</>. The system will not
- overwrite the existing contents of <filename>pg_xlog/</> when retrieving
- archived files.
+ preference to files in <filename>pg_xlog/</>.
</para>
<para>