Contents
pg_checksums
A server utility to enable, disable or check data checksums
pg_checksums
is a server utility to enable, disable or check data checksums in a PostgreSQL database cluster.
pg_checksums
was added in PostgreSQL 12 . It replaces pg_verify_checksums
, which was introduced in PostgreSQL 11.
Change history
- PostgreSQL 12
- added (initial commit 6dd263cf)
References
- PostgreSQL documentation: pg_checksums
Useful links
- Fun with pg_checksums - June 2021 blog article by Greg Sabino Mullane / Crunchy Data