@@ -188,6 +188,17 @@ PostgreSQL documentation
188188 </listitem>
189189 </varlistentry>
190190
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+
191202 <varlistentry>
192203 <term><option>-X <replaceable class="parameter">method</replaceable></option></term>
193204 <term><option>--xlog-method=<replaceable class="parameter">method</replaceable></option></term>
@@ -240,17 +251,6 @@ PostgreSQL documentation
240251 </listitem>
241252 </varlistentry>
242253
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-
254254 <varlistentry>
255255 <term><option>-z</option></term>
256256 <term><option>--gzip</option></term>
@@ -344,20 +344,6 @@ PostgreSQL documentation
344344 The following command-line options control the database connection parameters.
345345
346346 <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-
361347 <varlistentry>
362348 <term><option>-h <replaceable class="parameter">host</replaceable></option></term>
363349 <term><option>--host=<replaceable class="parameter">host</replaceable></option></term>
@@ -385,6 +371,20 @@ PostgreSQL documentation
385371 </listitem>
386372 </varlistentry>
387373
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+
388388 <varlistentry>
389389 <term><option>-U <replaceable>username</replaceable></option></term>
390390 <term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
0 commit comments