Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6453879

Browse files
committed
Clarify pg_verify_checksum documentation
Make it clear that a cluster has to be shut down cleanly beforepg_verify_checksum can be run against it.Author: Michael PaquierReview: Daniel Gustafsson
1 parent44e2df4 commit6453879

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/ref/pg_verify_checksums.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ PostgreSQL documentation
3030
<refsect1 id="r1-app-pg_verify_checksums-1">
3131
<title>Description</title>
3232
<para>
33-
<command>pg_verify_checksums</command> verifies data checksums in a PostgreSQL
34-
cluster. It must be run against acluster that's offline.
33+
<command>pg_verify_checksums</command> verifies data checksums in a
34+
<productname>PostgreSQL</productname>cluster.
3535
</para>
3636
</refsect1>
3737

@@ -88,7 +88,8 @@ PostgreSQL documentation
8888
<refsect1>
8989
<title>Notes</title>
9090
<para>
91-
Can only be run when the server is offline.
91+
The cluster must be shut down cleanly before running
92+
<application>pg_verify_checksums</application>.
9293
</para>
9394
</refsect1>
9495

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp