Package: postgresql-18-wal2json Source: wal2json Version: 2.6-4.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 133 Depends: postgresql-18, libc6 (>= 2.4) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-18-wal2json_2.6-4.pgdg22.04+1_amd64.deb Size: 59052 SHA512: 66c172a0a09abcd2ee8d808199ce935e391484261ce2ba3b7a1b4c65607c9e521b1aeff209b5c6dffd826e0c80ab83ee25d4a6a38e4b6b8433be389585d84d59 SHA256: badf7ade7966d3af12dc55ecd3acdba8e24443de2998faf30e9d06a740fab865 SHA1: db16059bbeb47469ef0633cbe6fb4c17b40700a8 MD5sum: 3e71516b04ea6c4c1ea98ad3da921b05 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.