pg_checksums
all
Enable, disable, or check data checksums in a PostgreSQL database cluster.
More info →Options (6)
-D, --pgdatabooleanCheck data checksums in a database cluster
Example:
pg_checksums {{[-D|--pgdata]}} {{path/to/data}}-e, --enablebooleanEnable data checksums in a database cluster
Example:
pg_checksums {{[-e|--enable]}} {{[-D|--pgdata]}} {{path/to/data}}-d, --disablebooleanDisable data checksums in a database cluster
Example:
pg_checksums {{[-d|--disable]}} {{[-D|--pgdata]}} {{path/to/data}}-v, --verbosebooleanCheck data checksums with verbose output
Example:
pg_checksums {{[-v|--verbose]}} {{[-D|--pgdata]}} {{path/to/data}}-P, --progressbooleanCheck data checksums showing progress
Example:
pg_checksums {{[-P|--progress]}} {{[-D|--pgdata]}} {{path/to/data}}--helpbooleanDisplay help
Example:
pg_checksums {{[-?|--help]}}Examples (6)
Check data checksums in a database cluster
pg_checksums [-D|--pgdata] path/to/dataEnable data checksums in a database cluster
pg_checksums [-e|--enable] [-D|--pgdata] path/to/dataDisable data checksums in a database cluster
pg_checksums [-d|--disable] [-D|--pgdata] path/to/dataCheck data checksums with verbose output
pg_checksums [-v|--verbose] [-D|--pgdata] path/to/dataCheck data checksums showing progress
pg_checksums [-P|--progress] [-D|--pgdata] path/to/dataDisplay help
pg_checksums [-?|--help]made by @shridhargupta | data from tldr-pages