Hello,
There is a similar utility that I wrote that does offline checksum
verification as well.
https://github.com/google/pg_page_verification
This utility includes a verbose option as well as scanning multiple
subsequent segment files.
Alexis
--
Sent from: http://www.postgresql-archive.org/
On Tue, Jun 19, 2018 at 10:25 AM, Daniel Gustafsson wrote:
> In looking over pg_verify_checksums I found a few small things that I think
> would improve on it:
>
> * pg_verify_checksums was placed in the Client Utils section in the docs.
> Since it requries physical access to the cluster datafile
In looking over pg_verify_checksums I found a few small things that I think
would improve on it:
* pg_verify_checksums was placed in the Client Utils section in the docs.
Since it requries physical access to the cluster datafiles it seems to belong
in the Server Utils section.
* The -D option and