Skip to content
Snippets Groups Projects
Commit c3f43a71 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Update text for new recovery_target_lsn setting


Reported-by: default avatarTomonari Katsumata <t.katsumata1122@gmail.com>
Author: Michael Paquier <michael.paquier@gmail.com>
parent b17870d7
Branches
Tags
No related merge requests found
...@@ -270,10 +270,11 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows ...@@ -270,10 +270,11 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
Specifies whether to stop just after the specified recovery target Specifies whether to stop just after the specified recovery target
(<literal>true</literal>), or just before the recovery target (<literal>true</literal>), or just before the recovery target
(<literal>false</literal>). (<literal>false</literal>).
Applies when either <xref linkend="recovery-target-time"> Applies when <xref linkend="recovery-target-lsn">,
or <xref linkend="recovery-target-xid"> is specified. <xref linkend="recovery-target-time">, or
<xref linkend="recovery-target-xid"> is specified.
This setting controls whether transactions This setting controls whether transactions
having exactly the target commit time or ID, respectively, will having exactly the target WAL location (LSN), commit time, or transaction ID, respectively, will
be included in the recovery. Default is <literal>true</>. be included in the recovery. Default is <literal>true</>.
</para> </para>
</listitem> </listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment