Make it clear that a cluster has to be shut down cleanly before
pg_verify_checksum can be run against it.
Author: Michael Paquier
Review: Daniel Gustafsson
Description
- pg_verify_checksums verifies data checksums in a PostgreSQL
- cluster. It must be run against a cluster that's offline.
+ pg_verify_checksums verifies data checksums in a
Notes
- Can only be run when the server is offline.
+ The cluster must be shut down cleanly before running