Simplify description of --data-checksums in documentation of initdb

Michael Paquier <michael@paquier.xyz>

Commit: 1c1602b8b685a68796f8ba48e41f778c0c42ba43
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-07-18T01:05:59Z
Releases: 13.0
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/15909-e9d74271f1647472@postgresql.org
Backpatch-through: 12

Files

PathChange+/−
doc/src/sgml/ref/initdb.sgml modified +4 −5

Documentation touched

Discussion