mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
doc: Fix order of options on pg_createsubscriber man page
Some options were listed in an order that was inconsistent with the --help output and everything else.
This commit is contained in:
parent
f994ed89a9
commit
286eea5d3a
@ -213,21 +213,6 @@ PostgreSQL documentation
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><option>--subscription=<replaceable class="parameter">name</replaceable></option></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
The subscription name to set up the logical replication. Multiple
|
|
||||||
subscriptions can be specified by writing multiple
|
|
||||||
<option>--subscription</option> switches. The number of subscription
|
|
||||||
names must match the number of specified databases, otherwise an error
|
|
||||||
is reported. The order of the multiple subscription name switches must
|
|
||||||
match the order of database switches. If this option is not specified,
|
|
||||||
a generated name is assigned to the subscription name.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--replication-slot=<replaceable class="parameter">name</replaceable></option></term>
|
<term><option>--replication-slot=<replaceable class="parameter">name</replaceable></option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -245,12 +230,16 @@ PostgreSQL documentation
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-?</option></term>
|
<term><option>--subscription=<replaceable class="parameter">name</replaceable></option></term>
|
||||||
<term><option>--help</option></term>
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Show help about <application>pg_createsubscriber</application> command
|
The subscription name to set up the logical replication. Multiple
|
||||||
line arguments, and exit.
|
subscriptions can be specified by writing multiple
|
||||||
|
<option>--subscription</option> switches. The number of subscription
|
||||||
|
names must match the number of specified databases, otherwise an error
|
||||||
|
is reported. The order of the multiple subscription name switches must
|
||||||
|
match the order of database switches. If this option is not specified,
|
||||||
|
a generated name is assigned to the subscription name.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -264,6 +253,17 @@ PostgreSQL documentation
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-?</option></term>
|
||||||
|
<term><option>--help</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Show help about <application>pg_createsubscriber</application> command
|
||||||
|
line arguments, and exit.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user