mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
initdb: Add new option "--no-data-checksums"
Right now this does nothing except override any earlier --data-checksums option. But the idea is that --data-checksums could become the default, and then this option would allow forcing it off instead. Author: Greg Sabino Mullane <greg@turnstep.com> Discussion: https://www.postgresql.org/message-id/flat/CAKAnmmKwiMHik5AHmBEdf5vqzbOBbcwEPHo4-PioWeAbzwcTOQ@mail.gmail.com
This commit is contained in:
@ -343,6 +343,16 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="app-initdb-no-data-checksums" xreflabel="no data checksums">
|
||||
<term><option>--no-data-checksums</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not enable data checksums. This can be used to override a
|
||||
<option>--data-checksums</option> option.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="app-initdb-option-pwfile">
|
||||
<term><option>--pwfile=<replaceable>filename</replaceable></option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user