diff options
| author | Robert Haas <rhaas@postgresql.org> | 2017-02-09 16:42:51 -0500 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2017-02-09 16:42:51 -0500 |
| commit | 62e8b387514ce965c8b3d67c81990e0ecf8c9b83 (patch) | |
| tree | 3aa47c094d2da717faf25a5012c1d38b7984410f /doc/src | |
| parent | 3f01fd4ca0b4c81333b1f0dadb09c73aa589ab6e (diff) | |
Rename command line options for ongoing xlog -> wal conversion.
initdb and pg_basebackup now have a --waldir option rather --xlogdir,
and pg_basebackup now has --wal-method rather than --xlog-method.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 31f081ae7a5..1aaa4901af7 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -311,7 +311,7 @@ PostgreSQL documentation <varlistentry> <term><option>-X <replaceable class="parameter">directory</replaceable></option></term> - <term><option>--xlogdir=<replaceable class="parameter">directory</replaceable></option></term> + <term><option>--waldir=<replaceable class="parameter">directory</replaceable></option></term> <listitem> <para> This option specifies the directory where the transaction log diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 5c2db2581c3..c9dd62c1415 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -296,11 +296,11 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--xlogdir=<replaceable class="parameter">xlogdir</replaceable></option></term> + <term><option>--waldir=<replaceable class="parameter">waldir</replaceable></option></term> <listitem> <para> Specifies the location for the transaction log directory. - <replaceable>xlogdir</replaceable> must be an absolute path. + <replaceable>waldir</replaceable> must be an absolute path. The transaction log directory can only be specified when the backup is in plain mode. </para> @@ -309,7 +309,7 @@ PostgreSQL documentation <varlistentry> <term><option>-X <replaceable class="parameter">method</replaceable></option></term> - <term><option>--xlog-method=<replaceable class="parameter">method</replaceable></option></term> + <term><option>--wal-method=<replaceable class="parameter">method</replaceable></option></term> <listitem> <para> Includes the required transaction log files (WAL files) in the |
