Package: postgresql-18-wal2json Source: wal2json Version: 2.6-4.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-18, libc6 (>= 2.38) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-18-wal2json_2.6-4.pgdg26.04+1_amd64.deb Size: 56616 SHA512: 9b824968a8377b90397f5ecd8d99ad2b05813d541ce0849d51851b6e832499dad1e99d6a4cd01aa0218941f5e7911ea1f3777ed1099f5ad2ecce77882f893ce4 SHA256: 52d053861c8bd7f7bb00864919a1bf0c87b19aec0ec4590588b98d9fda64ea44 SHA1: a2b344b3c239d33085b86270c0176270343530cc MD5sum: 3ecec61929a4c4d0cd8a19e779b32d26 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.