Raw Package Information

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.5-1.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.4)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.5-1.pgdg22.04+1_amd64.deb
Size: 60264
SHA256: f37f7e15549a57a54b2d21a5f8f32933f67020a272c7f9d36823f21f31a45339
SHA1: 6f679046d6afbb5951c7a5f2230917670ae87dcc
MD5sum: 44105d6ea9ec96345d73b019db8b6c31
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.