diff options
author | Fujii Masao <fujii@postgresql.org> | 2013-11-27 14:00:16 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2013-11-27 14:00:16 +0900 |
commit | d1b88f6b3660753771895a4441b6bb4ccc9bcaac (patch) | |
tree | b3a3d2b2f7fb4a58ee8327fe779f00110fdf236a /doc/src | |
parent | 551c78281b47b8ab12cfc142b8da68db8473e591 (diff) | |
download | postgresql-d1b88f6b3660753771895a4441b6bb4ccc9bcaac.tar.gz postgresql-d1b88f6b3660753771895a4441b6bb4ccc9bcaac.zip |
Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.
Haribabu kommi, slightly modified by me.
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> |