From 645387927f83d31b8f1272876c1f8db3bc3b4f45 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 15 Apr 2018 13:51:35 +0200 Subject: [PATCH] Clarify pg_verify_checksum documentation 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 --- doc/src/sgml/ref/pg_verify_checksums.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pg_verify_checksums.sgml b/doc/src/sgml/ref/pg_verify_checksums.sgml index 5879dff83d..a37b187b7f 100644 --- a/doc/src/sgml/ref/pg_verify_checksums.sgml +++ b/doc/src/sgml/ref/pg_verify_checksums.sgml @@ -30,8 +30,8 @@ PostgreSQL documentation 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 + PostgreSQL cluster. @@ -88,7 +88,8 @@ PostgreSQL documentation Notes - Can only be run when the server is offline. + The cluster must be shut down cleanly before running + pg_verify_checksums. -- 2.40.0