From 2d41d914ab70cfd45f89bc1fdf682144efa001b2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 23 Aug 2018 20:32:56 +0200 Subject: Copy-editing of pg_verify_checksums help and ref page Reformat synopsis, put options into better order, make the desciption line a bit shorter, and put more details into the description. --- doc/src/sgml/ref/pg_verify_checksums.sgml | 38 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_verify_checksums.sgml b/doc/src/sgml/ref/pg_verify_checksums.sgml index c4c15a46bac..ecc5501eaec 100644 --- a/doc/src/sgml/ref/pg_verify_checksums.sgml +++ b/doc/src/sgml/ref/pg_verify_checksums.sgml @@ -16,14 +16,20 @@ PostgreSQL documentation pg_verify_checksums - verify data checksums in an offline PostgreSQL database cluster + verify data checksums in a PostgreSQL database cluster pg_verify_checksums - option - datadir + option + + + + + + datadir + @@ -31,7 +37,9 @@ PostgreSQL documentation Description pg_verify_checksums verifies data checksums in a - PostgreSQL cluster. + PostgreSQL cluster. The server must be shut + down cleanly before running pg_verify_checksums. + The exit status is zero if there are no checksum errors, otherwise nonzero. @@ -42,7 +50,6 @@ PostgreSQL documentation The following command-line options are available: - @@ -54,19 +61,19 @@ PostgreSQL documentation - + - Only validate checksums in the relation with specified relfilenode. + Enable debug output. Lists all checked blocks and their checksum. - + - Enable debug output. Lists all checked blocks and their checksum. + Only validate checksums in the relation with specified relfilenode. @@ -76,7 +83,7 @@ PostgreSQL documentation - Print the pg_verify_checksums version and exit. + Print the pg_verify_checksums version and exit. @@ -104,20 +111,11 @@ PostgreSQL documentation - Specifies the directory where the database cluster is + Specifies the directory where the database cluster is stored; can be overridden using the option. - - - Notes - - The cluster must be shut down cleanly before running - pg_verify_checksums. - - - -- cgit v1.2.3