wal2json
Changing data capture in JSON format
Module:
Categories:
Overview
PGDG 1st Party Extension: wal2json : Changing data capture in JSON format
Information
- Extension ID: 9630
- Extension Name:
wal2json - Package Name:
wal2json - Category:
ETL - License: BSD 3
- Website: https://github.com/eulerto/wal2json
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 2.6
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Dd not need
CREATE EXTENSIONDDL - Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
wal2json_$v* - RPM Ver :
2.6 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-wal2json - DEB Ver :
2.6 - DEB Deps: N/A
Availability
Installation
Install wal2json via the pig CLI tool:
pig ext install wal2json
Install wal2json via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["wal2json"]}' # -l <cls>
Install wal2json RPM from YUM repo directly:
dnf install wal2json_17*;
dnf install wal2json_16*;
dnf install wal2json_15*;
dnf install wal2json_14*;
dnf install wal2json_13*;
Install wal2json DEB from APT repo directly:
apt install postgresql-17-wal2json;
apt install postgresql-16-wal2json;
apt install postgresql-15-wal2json;
apt install postgresql-14-wal2json;
apt install postgresql-13-wal2json;
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.