@@ -188,6 +188,17 @@ PostgreSQL documentation
188
188
</listitem>
189
189
</varlistentry>
190
190
191
+ <varlistentry>
192
+ <term><option>-x</option></term>
193
+ <term><option>--xlog</option></term>
194
+ <listitem>
195
+ <para>
196
+ Using this option is equivalent of using <literal>-X</literal> with
197
+ method <literal>fetch</literal>.
198
+ </para>
199
+ </listitem>
200
+ </varlistentry>
201
+
191
202
<varlistentry>
192
203
<term><option>-X <replaceable class="parameter">method</replaceable></option></term>
193
204
<term><option>--xlog-method=<replaceable class="parameter">method</replaceable></option></term>
@@ -240,17 +251,6 @@ PostgreSQL documentation
240
251
</listitem>
241
252
</varlistentry>
242
253
243
- <varlistentry>
244
- <term><option>-x</option></term>
245
- <term><option>--xlog</option></term>
246
- <listitem>
247
- <para>
248
- Using this option is equivalent of using <literal>-X</literal> with
249
- method <literal>fetch</literal>.
250
- </para>
251
- </listitem>
252
- </varlistentry>
253
-
254
254
<varlistentry>
255
255
<term><option>-z</option></term>
256
256
<term><option>--gzip</option></term>
@@ -344,20 +344,6 @@ PostgreSQL documentation
344
344
The following command-line options control the database connection parameters.
345
345
346
346
<variablelist>
347
- <varlistentry>
348
- <term><option>-s <replaceable class="parameter">interval</replaceable></option></term>
349
- <term><option>--status-interval=<replaceable class="parameter">interval</replaceable></option></term>
350
- <listitem>
351
- <para>
352
- Specifies the number of seconds between status packets sent back to the
353
- server. This is required when streaming the transaction log (using
354
- <literal>--xlog=stream</literal>) if replication timeout is configured
355
- on the server, and allows for easier monitoring. A value of zero disables
356
- the status updates completely. The default value is 10 seconds.
357
- </para>
358
- </listitem>
359
- </varlistentry>
360
-
361
347
<varlistentry>
362
348
<term><option>-h <replaceable class="parameter">host</replaceable></option></term>
363
349
<term><option>--host=<replaceable class="parameter">host</replaceable></option></term>
@@ -385,6 +371,20 @@ PostgreSQL documentation
385
371
</listitem>
386
372
</varlistentry>
387
373
374
+ <varlistentry>
375
+ <term><option>-s <replaceable class="parameter">interval</replaceable></option></term>
376
+ <term><option>--status-interval=<replaceable class="parameter">interval</replaceable></option></term>
377
+ <listitem>
378
+ <para>
379
+ Specifies the number of seconds between status packets sent back to the
380
+ server. This is required when streaming the transaction log (using
381
+ <literal>--xlog=stream</literal>) if replication timeout is configured
382
+ on the server, and allows for easier monitoring. A value of zero disables
383
+ the status updates completely. The default value is 10 seconds.
384
+ </para>
385
+ </listitem>
386
+ </varlistentry>
387
+
388
388
<varlistentry>
389
389
<term><option>-U <replaceable>username</replaceable></option></term>
390
390
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
0 commit comments