git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f994ed8)
doc: Fix order of options on pg_createsubscriber man page
2024年4月24日 07:19:59 +0000 (09:19 +0200)
2024年4月24日 07:19:59 +0000 (09:19 +0200)
Some options were listed in an order that was inconsistent with the
--help output and everything else.


diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml
index 7fb51f75a45bc9a64337f48e4ae3a03117d13c7f..142bffff0234c173e605a2c64a3ff88ebf9343c4 100644 (file)
--- a/doc/src/sgml/ref/pg_createsubscriber.sgml
+++ b/doc/src/sgml/ref/pg_createsubscriber.sgml
@@ -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>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /