Package: postgresql-12-wal2json Source: wal2json Version: 2.6-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 134 Depends: postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.4) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.6-2.pgdg22.04+1_amd64.deb Size: 62908 SHA256: 7a675e47a532f36c8cb3287fe8ac181f86262bd521bd66dee8e1c8e1c859f9f8 SHA1: a3ccf6c6ea592c295cd518323395aa8c09ff8f9c MD5sum: f184894c6d0cabb292f8a235c99ace87 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.