mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
doc: clarify pg_basebackup's -C/--create-slot description
The previous text was overly complex. Backpatch-through: 11
This commit is contained in:
@ -387,9 +387,9 @@ PostgreSQL documentation
|
|||||||
<term><option>--create-slot</option></term>
|
<term><option>--create-slot</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This option causes the replication slot specified by the
|
This option causes creation of a replication slot named by the
|
||||||
option <literal>--slot</literal> to be created before starting the
|
<literal>--slot</literal> option before starting the backup.
|
||||||
backup. In this case, an error is raised if the slot already exists.
|
An error is raised if the slot already exists.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user