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:
@ -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>
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user