doc: Update text for new recovery_target_lsn setting
authorPeter Eisentraut
Sat, 4 Nov 2017 18:42:20 +0000 (14:42 -0400)
committerPeter Eisentraut
Sat, 4 Nov 2017 18:42:20 +0000 (14:42 -0400)
Reported-by: Tomonari Katsumata
Author: Michael Paquier 

doc/src/sgml/recovery-config.sgml

index 4e1aa74c1feb88a4c39376dbafea990c16e5bae5..ca37ab518757298cd872cae3afc2c8fb3b1883fb 100644 (file)
@@ -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.