Commit 64538792 authored by Magnus Hagander's avatar Magnus Hagander

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
parent 44e2df46
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment