summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2018-04-15 11:51:35 +0000
committerMagnus Hagander2018-04-15 11:52:57 +0000
commit645387927f83d31b8f1272876c1f8db3bc3b4f45 (patch)
tree844f34cfe364942ca6979d1bab7011841f9dad7a
parent44e2df461fa57d99e3547eab49e48d5150540aab (diff)
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
-rw-r--r--doc/src/sgml/ref/pg_verify_checksums.sgml7
1 files 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
<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>