Commit ba95a693 authored by Bruce Momjian's avatar Bruce Momjian

doc: PG 12 relnotes, correct recovery_target* variable mention

Clarify new restriction on recovery_target* variables.

Reported-by: Gaby Schilders

Discussion: reported via chat
parent 4a657ab2
......@@ -127,15 +127,20 @@ Author: Peter Eisentraut <peter_e@gmx.net>
-->
<para>
Do not allow multiple different <link
Do not allow multiple conflicting <link
linkend="runtime-config-wal-recovery-target"><varname>recovery_target</varname>*</link>
specifications (Peter Eisentraut)
</para>
<para>
Previously, multiple different <varname>recovery_target</varname>*
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 <xref
linkend="guc-recovery-target"/>, <xref
linkend="guc-recovery-target-lsn"/>,
<xref linkend="guc-recovery-target-name"/>,
<xref linkend="guc-recovery-target-time"/>, <xref
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.
</para>
</listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment