pg_walinspect
pg_walinspect
functions to inspect contents of PostgreSQL Write-Ahead Log
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 6940 | pg_walinspect | pg_walinspect | 1.1 | STAT | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--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
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
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