diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-10-19 12:00:00 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-10-19 08:48:48 -0400 |
commit | 5d58c07a441414ae29a8e315d2f9868d3d8e20be (patch) | |
tree | 92b04c0ac182921e86394e66cec62aaccc48df6d /doc/src | |
parent | caf936b09fc7c74844575332b07c667a178cb078 (diff) | |
download | postgresql-5d58c07a441414ae29a8e315d2f9868d3d8e20be.tar.gz postgresql-5d58c07a441414ae29a8e315d2f9868d3d8e20be.zip |
initdb pg_basebackup: Rename --noxxx options to --no-xxx
--noclean and --nosync were the only options spelled without a hyphen,
so change this for consistency with other options. The options in
pg_basebackup have not been in a release, so we just rename them. For
initdb, we retain the old variants.
Vik Fearing and me
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 4e339ecce85..31f081ae7a5 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -235,7 +235,7 @@ PostgreSQL documentation <varlistentry> <term><option>-N</option></term> - <term><option>--nosync</option></term> + <term><option>--no-sync</option></term> <listitem> <para> By default, <command>initdb</command> will wait for all files to be @@ -355,7 +355,7 @@ PostgreSQL documentation <varlistentry> <term><option>-n</option></term> - <term><option>--noclean</option></term> + <term><option>--no-clean</option></term> <listitem> <para> By default, when <command>initdb</command> diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 55e913f70de..7cb690dded7 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -400,7 +400,7 @@ PostgreSQL documentation <varlistentry> <term><option>-n</option></term> - <term><option>--noclean</option></term> + <term><option>--no-clean</option></term> <listitem> <para> By default, when <command>pg_basebackup</command> aborts with an @@ -440,7 +440,7 @@ PostgreSQL documentation <varlistentry> <term><option>-N</option></term> - <term><option>--nosync</option></term> + <term><option>--no-sync</option></term> <listitem> <para> By default, <command>pg_basebackup</command> will wait for all files |