Re: clean up pg_checksums.sgml
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@postgresql.org
Date: 2019-04-08T06:37:03Z
Lists: pgsql-hackers
On Sun, Apr 07, 2019 at 07:15:46PM -0500, Justin Pryzby wrote: > Sorry, the patch was on top of an brief effort I made to rename "check > checksums" to "verify checksums", before asking about the idea. > > PFA patch to master. Thanks for the patch, Justin. That looks indeed clearer after considering your proposal, so I have applied most of it. There were some terms I found fuzzy though. For example, I have replaced "checksum state" by "data checksum configuration", but kept "verifying" because "check checksums" sounds kind of redundant. -- Michael
Commits
-
Tweak wording of documentation for pg_checksums
- e3865c37544d 12.0 landed
-
Add options to enable and disable checksums in pg_checksums
- ed308d783790 12.0 cited