1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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
This commit is contained in:
Peter Eisentraut
2016-10-19 12:00:00 -04:00
parent caf936b09f
commit 5d58c07a44
7 changed files with 18 additions and 16 deletions

View File

@ -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>

View File

@ -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