@@ -213,21 +213,6 @@ PostgreSQL documentation
213
213
</listitem>
214
214
</varlistentry>
215
215
216
- <varlistentry>
217
- <term><option>--subscription=<replaceable class="parameter">name</replaceable></option></term>
218
- <listitem>
219
- <para>
220
- The subscription name to set up the logical replication. Multiple
221
- subscriptions can be specified by writing multiple
222
- <option>--subscription</option> switches. The number of subscription
223
- names must match the number of specified databases, otherwise an error
224
- is reported. The order of the multiple subscription name switches must
225
- match the order of database switches. If this option is not specified,
226
- a generated name is assigned to the subscription name.
227
- </para>
228
- </listitem>
229
- </varlistentry>
230
-
231
216
<varlistentry>
232
217
<term><option>--replication-slot=<replaceable class="parameter">name</replaceable></option></term>
233
218
<listitem>
@@ -245,12 +230,16 @@ PostgreSQL documentation
245
230
</varlistentry>
246
231
247
232
<varlistentry>
248
- <term><option>-?</option></term>
249
- <term><option>--help</option></term>
233
+ <term><option>--subscription=<replaceable class="parameter">name</replaceable></option></term>
250
234
<listitem>
251
235
<para>
252
- Show help about <application>pg_createsubscriber</application> command
253
- line arguments, and exit.
236
+ The subscription name to set up the logical replication. Multiple
237
+ subscriptions can be specified by writing multiple
238
+ <option>--subscription</option> switches. The number of subscription
239
+ names must match the number of specified databases, otherwise an error
240
+ is reported. The order of the multiple subscription name switches must
241
+ match the order of database switches. If this option is not specified,
242
+ a generated name is assigned to the subscription name.
254
243
</para>
255
244
</listitem>
256
245
</varlistentry>
@@ -264,6 +253,17 @@ PostgreSQL documentation
264
253
</para>
265
254
</listitem>
266
255
</varlistentry>
256
+
257
+ <varlistentry>
258
+ <term><option>-?</option></term>
259
+ <term><option>--help</option></term>
260
+ <listitem>
261
+ <para>
262
+ Show help about <application>pg_createsubscriber</application> command
263
+ line arguments, and exit.
264
+ </para>
265
+ </listitem>
266
+ </varlistentry>
267
267
</variablelist>
268
268
</para>
269
269
</refsect1>
0 commit comments