mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Revert behaviour of -x/--xlog to 9.1 semantics
To replace it, add -X/--xlog-method that allows the specification of fetch or stream. Do this to avoid unnecessary backwards-incompatiblity. Spotted and suggested by Peter Eisentraut.
This commit is contained in:
@ -186,8 +186,8 @@ PostgreSQL documentation
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-x <replaceable class="parameter">method</replaceable></option></term>
|
||||
<term><option>--xlog=<replaceable class="parameter">method</replaceable></option></term>
|
||||
<term><option>-X <replaceable class="parameter">method</replaceable></option></term>
|
||||
<term><option>--xlog-method=<replaceable class="parameter">method</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Includes the required transaction log files (WAL files) in the
|
||||
@ -237,6 +237,17 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user