We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e52e62 commit aedbd18Copy full SHA for aedbd18
pages/common/pg_walsummary.md
@@ -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