doc: PG 12 relnotes, correct recovery_target* variable mention
authorBruce Momjian
Wed, 22 May 2019 14:54:40 +0000 (10:54 -0400)
committerBruce Momjian
Wed, 22 May 2019 14:54:40 +0000 (10:54 -0400)
Clarify new restriction on recovery_target* variables.

Reported-by: Gaby Schilders
Discussion: reported via chat

doc/src/sgml/release-12.sgml

index 10b3ed56f7898c43ec89067ae998bd5d9dd79fc2..dcce866892913ffae5e2c66d88d66994cc2a5c04 100644 (file)
@@ -127,15 +127,20 @@ Author: Peter Eisentraut 
 -->
 
      
-      Do not allow multiple different 
+      Do not allow multiple conflicting 
       linkend="runtime-config-wal-recovery-target">recovery_target*
       specifications (Peter Eisentraut)
      
 
      
-      Previously, multiple different recovery_target*
-      variables could be specified, and the last one specified was
-      honored.  Now, only one can be specified, though the same one can
+      Specifically, only allow one of 
+      linkend="guc-recovery-target"/>, 
+      linkend="guc-recovery-target-lsn"/>,
+      ,
+      
+      linkend="guc-recovery-target-xid"/>.  Previously, multiple different
+      instances of the variables above could be specified, and the last one
+      was honored.  Now, only one can be specified, though the same one can
       be specified multiple times and the last specification is honored.