Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions pages/common/pg_walsummary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# pg_walsummary

> Print contents of WAL summary files.
> More information: <https://www.postgresql.org/docs/current/app-pgwalsummary.html>.

- 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}}`