commands.sh

pg_checksums

all

Enable, disable, or check data checksums in a PostgreSQL database cluster.

More info →

Options (6)

-D, --pgdataboolean

Check data checksums in a database cluster

Example: pg_checksums {{[-D|--pgdata]}} {{path/to/data}}
-e, --enableboolean

Enable data checksums in a database cluster

Example: pg_checksums {{[-e|--enable]}} {{[-D|--pgdata]}} {{path/to/data}}
-d, --disableboolean

Disable data checksums in a database cluster

Example: pg_checksums {{[-d|--disable]}} {{[-D|--pgdata]}} {{path/to/data}}
-v, --verboseboolean

Check data checksums with verbose output

Example: pg_checksums {{[-v|--verbose]}} {{[-D|--pgdata]}} {{path/to/data}}
-P, --progressboolean

Check data checksums showing progress

Example: pg_checksums {{[-P|--progress]}} {{[-D|--pgdata]}} {{path/to/data}}
--helpboolean

Display help

Example: pg_checksums {{[-?|--help]}}

Examples (6)

Check data checksums in a database cluster

pg_checksums [-D|--pgdata] path/to/data

Enable data checksums in a database cluster

pg_checksums [-e|--enable] [-D|--pgdata] path/to/data

Disable data checksums in a database cluster

pg_checksums [-d|--disable] [-D|--pgdata] path/to/data

Check data checksums with verbose output

pg_checksums [-v|--verbose] [-D|--pgdata] path/to/data

Check data checksums showing progress

pg_checksums [-P|--progress] [-D|--pgdata] path/to/data

Display help

pg_checksums [-?|--help]
made by @shridhargupta | data from tldr-pages