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">
|
<refsect1 id="r1-app-pg_verify_checksums-1">
|
||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
<para>
|
<para>
|
||||||
<command>pg_verify_checksums</command> verifies data checksums in a PostgreSQL
|
<command>pg_verify_checksums</command> verifies data checksums in a
|
||||||
cluster. It must be run against a cluster that's offline.
|
<productname>PostgreSQL</productname> cluster.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
@ -88,7 +88,8 @@ PostgreSQL documentation
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Notes</title>
|
<title>Notes</title>
|
||||||
<para>
|
<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>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user