diff options
author | Peter Eisentraut | 2024-10-01 14:27:39 +0000 |
---|---|---|
committer | Peter Eisentraut | 2024-10-01 14:50:30 +0000 |
commit | 983a588e0b864d5c016d5902217ba4b11fc82b4f (patch) | |
tree | 8330ffe7cc8b995c3f1741bd884c09da90183ff9 /doc/src | |
parent | efd72a3d422b591bfec941d625df6fad820e021b (diff) |
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 <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/CAKAnmmKwiMHik5AHmBEdf5vqzbOBbcwEPHo4-PioWeAbzwcTOQ@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index c2531f551a8..a0ce2619999 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -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> |