diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_basebackup.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index cec66559ce3..a951d6b0f04 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -189,6 +189,17 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>-x</option></term> + <term><option>--xlog</option></term> + <listitem> + <para> + Using this option is equivalent of using <literal>-X</literal> with + method <literal>fetch</literal>. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-X <replaceable class="parameter">method</replaceable></option></term> <term><option>--xlog-method=<replaceable class="parameter">method</replaceable></option></term> <listitem> @@ -241,17 +252,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-x</option></term> - <term><option>--xlog</option></term> - <listitem> - <para> - Using this option is equivalent of using <literal>-X</literal> with - method <literal>fetch</literal>. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-z</option></term> <term><option>--gzip</option></term> <listitem> @@ -345,20 +345,6 @@ PostgreSQL documentation <variablelist> <varlistentry> - <term><option>-s <replaceable class="parameter">interval</replaceable></option></term> - <term><option>--status-interval=<replaceable class="parameter">interval</replaceable></option></term> - <listitem> - <para> - Specifies the number of seconds between status packets sent back to the - server. This is required when streaming the transaction log (using - <literal>--xlog=stream</literal>) if replication timeout is configured - on the server, and allows for easier monitoring. A value of zero disables - the status updates completely. The default value is 10 seconds. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-h <replaceable class="parameter">host</replaceable></option></term> <term><option>--host=<replaceable class="parameter">host</replaceable></option></term> <listitem> @@ -386,6 +372,20 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>-s <replaceable class="parameter">interval</replaceable></option></term> + <term><option>--status-interval=<replaceable class="parameter">interval</replaceable></option></term> + <listitem> + <para> + Specifies the number of seconds between status packets sent back to the + server. This is required when streaming the transaction log (using + <literal>--xlog=stream</literal>) if replication timeout is configured + on the server, and allows for easier monitoring. A value of zero disables + the status updates completely. The default value is 10 seconds. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-U <replaceable>username</replaceable></option></term> <term><option>--username=<replaceable class="parameter">username</replaceable></option></term> <listitem> |