Contents
pg_amcheck
A utility for checking for corruption
pg_amcheck
is a core utility for checking for corruption in one or more databases. It is effectively a command-line wrapper for the amcheck
contrib module.
pg_amcheck
was added in PostgreSQL 14.
Change history
- PostgreSQL 14
- added (commit 97060928)
References
- PostgreSQL 14 documentation: pg_amcheck