commands.sh

pg_walsummary

all

Print contents of WAL summary files.

More info →

Options (2)

-i, --individualboolean

Print one line per individual modified block (rather than ranges)

Example: pg_walsummary {{[-i|--individual]}} {{path/to/file}}
-q, --quietboolean

Suppress normal output (only errors)

Example: pg_walsummary {{[-q|--quiet]}} {{path/to/file}}

Examples (3)

Convert a WAL summary file to text

pg_walsummary path/to/file

Print one line per individual modified block (rather than ranges)

pg_walsummary [-i|--individual] path/to/file

Suppress normal output (only errors)

pg_walsummary [-q|--quiet] path/to/file
made by @shridhargupta | data from tldr-pages