Raw Package Information

Package: postgresql-9.5-wal2json
Source: wal2json
Version: 2.3-2.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-9.5, libc6 (>= 2.4)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-9.5-wal2json_2.3-2.pgdg20.04+1_amd64.deb
Size: 18192
SHA256: bd17e84649d714fe3d48db4dc26706761b5f99de49da6c3e4fcf8d856632f6bf
SHA1: 744edc8c1b7775f3c7d954cf0eee4cb558dec89c
MD5sum: cf5f69bb532a8636ff77501aee05e89f
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.