Skip to content

Commit aedbd18

Browse files
pg_walsummary: add page (#18485)
Co-authored-by: Managor <[email protected]>
1 parent 9e52e62 commit aedbd18

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/common/pg_walsummary.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# pg_walsummary
2+
3+
> Print contents of WAL summary files.
4+
> More information: <https://www.postgresql.org/docs/current/app-pgwalsummary.html>.
5+
6+
- Convert a WAL summary file to text:
7+
8+
`pg_walsummary {{path/to/file}}`
9+
10+
- Print one line per individual modified block (rather than ranges):
11+
12+
`pg_walsummary {{[-i|--individual]}} {{path/to/file}}`
13+
14+
- Suppress normal output (only errors):
15+
16+
`pg_walsummary {{[-q|--quiet]}} {{path/to/file}}`

0 commit comments

Comments
 (0)