Package: postgresql-18-wal2json Source: wal2json Version: 2.6-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 133 Depends: postgresql-18, libc6 (>= 2.4) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-18-wal2json_2.6-2.pgdg22.04+1_amd64.deb Size: 58880 SHA256: 1de10b17771ce03a1f855c66b7e0aec8be18f20f4898ad25da3494fa2a786bf6 SHA1: 0dcf00aa7b49fc58d2186888d6e654b2f7004b4b MD5sum: f836dd18720e39c9d730726c4577dcb9 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.