1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| pg_waldump decodes and displays PostgreSQL write-ahead logs for debugging.
Usage: pg_waldump [OPTION]... [STARTSEG [ENDSEG]]
Options: -b, -B, -e, -f, -F, valid names are main, fsm, vm, init -n, -p, directory with a ./pg_wal that contains such files (default: current directory, ./pg_wal, $PGDATA/pg_wal) -q, -r, use -R, -s, -t, (default: 1 or the value used in STARTSEG) -V, -w, -x, -z, (optionally, show per-record statistics) -?,
Report bugs to <pgsql-bugs@lists.postgresql.org>. PostgreSQL home page: <https://www.postgresql.org/>
|