pg_walinspect

pg_walinspect

functions to inspect contents of PostgreSQL Write-Ahead Log

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
6940
pg_walinspect
pg_walinspect
1.1
STAT
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-d--
No
Yes
No
Yes
no
no
Relationships
See Also
basic_archive
pglogical
pg_failover_slots
wal2json
basebackup_to_shell
decoderbufs
test_decoding
pg_profile

Packages

PG18PG17PG16PG15PG14PG13
1.1
1.1
1.1
1.1
N/A
N/A

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Create this extension with:

CREATE EXTENSION pg_walinspect;
Last updated on