Simplify description of --data-checksums in documentation of initdb The documentation mentioned that data checksums cannot be changed after initialization, which is not true as pg_checksums can do that with its --enable option introduced in v12. This simply removes the sentence telling so.
Reported-by: Basil Bourque Author: Michael Paquier Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12 Branch ------ REL_12_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/4ed6001d7889f534e052e67e39acc2eb477fc645 Modified Files -------------- doc/src/sgml/ref/initdb.sgml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
