aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-11-04 14:42:20 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-11-04 14:42:20 -0400
commitbc105c4be057177c6fe7bd93b31eb1dc66ed4395 (patch)
treeaa149567de7f11f6b4703555ccd57869224dc45c
parent4703a480a9e15f8b8b481dac44f2e36a4a687fe4 (diff)
downloadpostgresql-bc105c4be057177c6fe7bd93b31eb1dc66ed4395.tar.gz
postgresql-bc105c4be057177c6fe7bd93b31eb1dc66ed4395.zip
doc: Update text for new recovery_target_lsn setting
Reported-by: Tomonari Katsumata <t.katsumata1122@gmail.com> Author: Michael Paquier <michael.paquier@gmail.com>
-rw-r--r--doc/src/sgml/recovery-config.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml
index 4e1aa74c1fe..ca37ab51875 100644
--- a/doc/src/sgml/recovery-config.sgml
+++ b/doc/src/sgml/recovery-config.sgml
@@ -270,10 +270,11 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
Specifies whether to stop just after the specified recovery target
(<literal>true</literal>), or just before the recovery target
(<literal>false</literal>).
- Applies when either <xref linkend="recovery-target-time">
- or <xref linkend="recovery-target-xid"> is specified.
+ Applies when <xref linkend="recovery-target-lsn">,
+ <xref linkend="recovery-target-time">, or
+ <xref linkend="recovery-target-xid"> is specified.
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</literal>.
</para>
</listitem>