Commit 42020a89 authored by Simon Riggs's avatar Simon Riggs

Doc correction to point out that 9.2+ can overwrite pg_xlog files.

Noted by Noah Misch, patch by Fujii Masao
parent f6301574
...@@ -1071,9 +1071,7 @@ restore_command = 'cp /mnt/server/archivedir/%f %p' ...@@ -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 WAL segments that cannot be found in the archive will be sought in
<filename>pg_xlog/</>; this allows use of recent un-archived segments. <filename>pg_xlog/</>; this allows use of recent un-archived segments.
However, segments that are available from the archive will be used in However, segments that are available from the archive will be used in
preference to files in <filename>pg_xlog/</>. The system will not preference to files in <filename>pg_xlog/</>.
overwrite the existing contents of <filename>pg_xlog/</> when retrieving
archived files.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment