doc: Fix description about default behavior of recovery_target_timeline.
authorFujii Masao <[email protected]>
Wed, 6 Jan 2021 02:58:23 +0000 (11:58 +0900)
committerFujii Masao <[email protected]>
Wed, 6 Jan 2021 02:58:23 +0000 (11:58 +0900)
The default value of recovery_target_timeline was changed in v12,
but the description about the default behavior of that was not updated.

Back- to v12 where the default behavior of recovery_target_timeline
was changed.

Author: Benoit LobrĂ©au
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/CAPE8EZ7c3aruEmM24GYkj8y8WmHKD1m9TtPtgCF0nQ3zw4LCkQ@mail.gmail.com

doc/src/sgml/backup.sgml

index 42a8ed328d88694e89e4b1ec26792e9d4385be17..3c8aaed0b6203ccb7db5a2cd363bbf8450d9ddb0 100644 (file)
@@ -1437,12 +1437,13 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
    </para>
 
    <para>
-    The default behavior of recovery is to recover along the same timeline
-    that was current when the base backup was taken.  If you wish to recover
-    into some child timeline (that is, you want to return to some state that
-    was itself generated after a recovery attempt), you need to specify the
-    target timeline ID in <xref linkend="guc-recovery-target-timeline"/>. You cannot recover into
-    timelines that branched off earlier than the base backup.
+    The default behavior of recovery is to recover to the latest timeline found
+    in the archive. If you wish to recover to the timeline that was current
+    when the base backup was taken or into a specific child timeline (that
+    is, you want to return to some state that was itself generated after a
+    recovery attempt), you need to specify <literal>current</literal> or the
+    target timeline ID in <xref linkend="guc-recovery-target-timeline"/>. You
+    cannot recover into timelines that branched off earlier than the base backup.
    </para>
   </sect2>