We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4703a48 commitbc105c4Copy full SHA for bc105c4
doc/src/sgml/recovery-config.sgml
@@ -270,10 +270,11 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
270
Specifies whether to stop just after the specified recovery target
271
(<literal>true</literal>), or just before the recovery target
272
(<literal>false</literal>).
273
- Applies when either <xref linkend="recovery-target-time">
274
- or <xref linkend="recovery-target-xid"> is specified.
+ Applies when <xref linkend="recovery-target-lsn">,
+ <xref linkend="recovery-target-time">, or
275
+ <xref linkend="recovery-target-xid"> is specified.
276
This setting controls whether transactions
- having exactly the target commit time or ID, respectively, will
277
+ having exactly the targetWAL location (LSN),commit time, or transaction ID, respectively, will
278
be included in the recovery. Default is <literal>true</literal>.
279
</para>
280
</listitem>