test_decoding
test_decoding
SQL-based test/example module for WAL logical decoding
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9970 | test_decoding | test_decoding | - | ETL | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s---- | No | Yes | No | No | no | no |
| Relationships | |
|---|---|
| See Also | wal2json decoderbufs decoder_raw pgoutput pglogical pg_failover_slots pgactive kafka_fdw |
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
- | - | - | - | - | - |
This is a built-in contrib extension ship with the PostgreSQL kernel
Install
Create this extension with:
CREATE EXTENSION test_decoding;Last updated on