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:
Peter Eisentraut 2024-04-24 09:19:59 +02:00
parent f994ed89a9
commit 286eea5d3a
1 changed files with 19 additions and 19 deletions

View File

@ -213,21 +213,6 @@ PostgreSQL documentation
</listitem>
</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>
<term><option>--replication-slot=<replaceable class="parameter">name</replaceable></option></term>
<listitem>
@ -245,12 +230,16 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
<term><option>-?</option></term>
<term><option>--help</option></term>
<term><option>--subscription=<replaceable class="parameter">name</replaceable></option></term>
<listitem>
<para>
Show help about <application>pg_createsubscriber</application> command
line arguments, and exit.
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>
@ -264,6 +253,17 @@ PostgreSQL documentation
</para>
</listitem>
</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>
</para>
</refsect1>