From bc105c4be057177c6fe7bd93b31eb1dc66ed4395 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 4 Nov 2017 14:42:20 -0400 Subject: [PATCH] doc: Update text for new recovery_target_lsn setting Reported-by: Tomonari Katsumata Author: Michael Paquier --- doc/src/sgml/recovery-config.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 4e1aa74c1f..ca37ab5187 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 (true), or just before the recovery target (false). - Applies when either - or is specified. + Applies when , + , or + 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 true.