Options (2)
-i, --individualbooleanPrint one line per individual modified block (rather than ranges)
Example:
pg_walsummary {{[-i|--individual]}} {{path/to/file}}-q, --quietbooleanSuppress 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/filePrint one line per individual modified block (rather than ranges)
pg_walsummary [-i|--individual] path/to/fileSuppress normal output (only errors)
pg_walsummary [-q|--quiet] path/to/filemade by @shridhargupta | data from tldr-pages