Package: postgresql-14-wal2json Source: wal2json Version: 2.5-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 140 Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.4) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.5-2.pgdg22.04+1_amd64.deb Size: 64240 SHA256: f8bc29a29105f0f54dfb75d8827262ff2d684e36e3a59fea00edb19824888a34 SHA1: bc6ebfd512006e1f169af918c67665f560fcba6d MD5sum: 70c01d11c423e0f8f0594626990e4332 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.