diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 10b3ed56f78..dcce8668929 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -127,15 +127,20 @@ Author: Peter Eisentraut --> - Do not allow multiple different 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 , , + , + , . 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.