Re: BUG #15909: Doc for `initdb` on `--data-checksums` says "cannot be changed later", but *can* be in Pg 12.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: basil.bourque@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2019-07-17T03:30:23Z
Lists: pgsql-bugs
On Tue, Jul 16, 2019 at 04:10:52PM +0000, PG Bug reporting form wrote: > But now in Postgres 12, the `pg_checksums` command can enable or disable > checksums on an existing cluster. My fault here. As it is an initdb option, it is pretty obvious that it is an initialization-time option. My take is to simply remove the sentence completely instead of adding an extra reference to pg_checksums. Thoughts? -- Michael
Commits
-
Simplify description of --data-checksums in documentation of initdb
- 4ed6001d7889 12.0 landed
- 1c1602b8b685 13.0 landed