summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander2012-06-10 11:43:51 +0000
committerMagnus Hagander2012-06-11 12:58:35 +0000
commit9af34cdec87d8e60f200ccd5b1b695880412c62b (patch)
tree6079c62ea65f4a3b0a443c96c790ec54134d904f /doc/src
parent927d61eeff78363ea3938c818d07e511ebaf75cf (diff)
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index 102d649f4e8..d03bedd12a9 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -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
@@ -238,6 +238,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>-z</option></term>
<term><option>--gzip</option></term>
<listitem>