LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pg_waldump

displays WAL file contents in human-readable format

TLDR

Dump WAL file
$ pg_waldump [walfile]
copy
Dump with record details
$ pg_waldump -r [record_type] [walfile]
copy
Dump range
$ pg_waldump -s [start_lsn] -e [end_lsn] [walfile]
copy

SYNOPSIS

pg_waldump [options] [startseg] [endseg]

DESCRIPTION

pg_waldump displays WAL file contents in human-readable format. Shows transaction details and operations. Useful for debugging and understanding WAL activity.

PARAMETERS

-p, --path dir

WAL directory.
-r, --rmgr name
Filter by resource manager.
-s, --start lsn
Start LSN.
-e, --end lsn
End LSN.
-n, --limit n
Limit records.

INSTALL

sudo dnf install postgresql17
copy
sudo apk add postgresql17
copy
sudo zypper install postgresql17
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid