diff options
-rw-r--r-- | doc/src/sgml/ref/pg_verify_checksums.sgml | 7 |
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 5879dff83d0..a37b187b7ff 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> |