From: Simon Riggs Date: Wed, 8 Aug 2012 21:34:46 +0000 (+0100) Subject: Doc correction to point out that 9.2+ can overwrite pg_xlog files. X-Git-Tag: REL9_3_BETA1~1120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42020a89c740846870f9e42274e8730f1986edd3;p=postgresql Doc correction to point out that 9.2+ can overwrite pg_xlog files. Noted by Noah Misch, patch by Fujii Masao --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index ea639e925e..c4215bed98 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 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 pg_xlog/. The system will not - overwrite the existing contents of pg_xlog/ when retrieving - archived files. + preference to files in pg_xlog/.