diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index eb0c1d6f36e..c379df546c6 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -203,6 +203,18 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>--xlogdir=<replaceable class="parameter">xlogdir</replaceable></option></term> + <listitem> + <para> + Specifies the location for the transaction log directory. + <replaceable>xlogdir</replaceable> must be an absolute path. + The transaction log directory can only be specified when + the backup is in plain mode. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-x</option></term> <term><option>--xlog</option></term> <listitem> |