pg_verify_checksums pg_verify_checksums 1 Application pg_verify_checksums verify data checksums in an offline PostgreSQL database cluster pg_verify_checksums option datadir Description pg_verify_checksums verifies data checksums in a PostgreSQL cluster. Options The following command-line options are available: Specifies the directory where the database cluster is stored. Only validate checksums in the relation with specified relfilenode. Enable debug output. Lists all checked blocks and their checksum. Print the pg_verify_checksums version and exit. Show help about pg_verify_checksums command line arguments, and exit. Environment PGDATA 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.