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
This commit is contained in:
parent
44e2df461f
commit
645387927f
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user