]> granicus.if.org Git - postgresql/commitdiff
Clarify pg_verify_checksum documentation
authorMagnus Hagander <magnus@hagander.net>
Sun, 15 Apr 2018 11:51:35 +0000 (13:51 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 15 Apr 2018 11:52:57 +0000 (13:52 +0200)
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

index 5879dff83d0665464bf58189bbf7e2a640674ba2..a37b187b7ff4ea99f2d25017b36cc87f5cb139a2 100644 (file)
@@ -30,8 +30,8 @@ PostgreSQL documentation
  <refsect1 id="r1-app-pg_verify_checksums-1">
   <title>Description</title>
   <para>
-   <command>pg_verify_checksums</command> verifies data checksums in a PostgreSQL
-   cluster. It must be run against a cluster that's offline.
+   <command>pg_verify_checksums</command> verifies data checksums in a
+   <productname>PostgreSQL</productname> cluster.
   </para>
  </refsect1>
 
@@ -88,7 +88,8 @@ PostgreSQL documentation
  <refsect1>
   <title>Notes</title>
   <para>
-    Can only be run when the server is offline.
+   The cluster must be shut down cleanly before running
+   <application>pg_verify_checksums</application>.
   </para>
  </refsect1>