mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
doc: PG 12 relnotes, correct recovery_target* variable mention
Clarify new restriction on recovery_target* variables. Reported-by: Gaby Schilders Discussion: reported via chat
This commit is contained in:
@@ -127,15 +127,20 @@ Author: Peter Eisentraut <peter_e@gmx.net>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Do not allow multiple different <link
|
Do not allow multiple conflicting <link
|
||||||
linkend="runtime-config-wal-recovery-target"><varname>recovery_target</varname>*</link>
|
linkend="runtime-config-wal-recovery-target"><varname>recovery_target</varname>*</link>
|
||||||
specifications (Peter Eisentraut)
|
specifications (Peter Eisentraut)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Previously, multiple different <varname>recovery_target</varname>*
|
Specifically, only allow one of <xref
|
||||||
variables could be specified, and the last one specified was
|
linkend="guc-recovery-target"/>, <xref
|
||||||
honored. Now, only one can be specified, though the same one can
|
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.
|
be specified multiple times and the last specification is honored.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user