Raw Package Information
Package: postgresql-17-wal2json
Source: wal2json
Version: 2.6-2.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-17, postgresql-17-jit-llvm (>= 15), libc6 (>= 2.4)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-17-wal2json_2.6-2.pgdg22.04+1_amd64.deb
Size: 65352
SHA256: 1cfc430ce5dbbe4f5609bebb007f0c227fcd8c589e4e04014725476252c73003
SHA1: b214c8c842af33bb3bb37c535d335e965d3bfa1f
MD5sum: af3fbc4423fa3bf9d0e63245e77e5175
Description: PostgreSQL logical decoding JSON output plugin
wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
versions can be accessed depending on the configured replica identity. Changes
can be consumed using the streaming protocol (logical replication slots) or by
a special SQL API.
.
The wal2json output plugin produces a JSON object per transaction. All of the
new/old tuples are available in the JSON object. Also, there are options to
include properties such as transaction timestamp, schema-qualified, data
types, and transaction ids.