decoderbufs
Logical decoding plugin that delivers WAL stream changes using a Protocol Buffer format
Module:
Categories:
Overview
PGDG 1st Party Extension: decoderbufs
: Logical decoding plugin that delivers WAL stream changes using a Protocol Buffer format
Information
- Extension ID: 9650
- Extension Name:
decoderbufs
- Package Name:
decoderbufs
- Category:
ETL
- License: MIT
- Website: https://github.com/debezium/postgres-decoderbufs
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.1.0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Dd not need
CREATE EXTENSION
DDL - Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
postgres-decoderbufs_$v*
- RPM Ver :
0.1.0
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-decoderbufs
- DEB Ver :
0.1.0
- DEB Deps: N/A
Packages
Installation
Install decoderbufs
via the pig
CLI tool:
pig ext install decoderbufs
Install decoderbufs
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["decoderbufs"]}' # -l <cls>
Install decoderbufs
RPM from YUM repo directly:
dnf install postgres-decoderbufs_17*;
dnf install postgres-decoderbufs_16*;
dnf install postgres-decoderbufs_15*;
dnf install postgres-decoderbufs_14*;
dnf install postgres-decoderbufs_13*;
Install decoderbufs
DEB from APT repo directly:
apt install postgresql-17-decoderbufs;
apt install postgresql-16-decoderbufs;
apt install postgresql-15-decoderbufs;
apt install postgresql-14-decoderbufs;
apt install postgresql-13-decoderbufs;
Extension %s
does not need CREATE EXTENSION
command
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.