|
NAMEpg_verify_checksums - verify data checksums in a PostgreSQL database clusterSYNOPSISpg_verify_checksums [option...] [[-D | --pgdata] datadir] DESCRIPTIONpg_verify_checksums verifies data checksums in a 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.OPTIONSThe following command-line options are available:-D directory
Specifies the directory where the database cluster is
stored.
-v
Enable verbose output. Lists all checked files.
-r relfilenode Only validate checksums in the relation with specified
relfilenode.
-V
Print the pg_verify_checksums version and exit.
-?
Show help about pg_verify_checksums command line
arguments, and exit.
ENVIRONMENTPGDATASpecifies the directory where the database cluster is
stored; can be overridden using the -D option.
Visit the GSP FreeBSD Man Page Interface. |