]> granicus.if.org Git - postgresql/commitdiff
Doc correction to point out that 9.2+ can overwrite pg_xlog files.
authorSimon Riggs <simon@2ndQuadrant.com>
Wed, 8 Aug 2012 21:34:46 +0000 (22:34 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Wed, 8 Aug 2012 21:34:46 +0000 (22:34 +0100)
Noted by Noah Misch, patch by Fujii Masao

doc/src/sgml/backup.sgml

index ea639e925e44c433e8fc20fb7538b2c9a202372b..c4215bed9860ea2df7f7af012cca406012e9d7c9 100644 (file)
@@ -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>