Package: postgresql-16-wal2json Source: wal2json Version: 2.6-4.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-16, libc6 (>= 2.38) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.6-4.pgdg26.04+1_amd64.deb Size: 56656 SHA512: 66f03e60c215f95b06ee0f5cd4e8b1527b7f883abe63d1719341a42d35ce04d8f81df95a81b423425479646c97b3e3955dfc8236c59932ce43572c80e3cb2e20 SHA256: f216ff2b5c26aba97ece1898c6d55fc6b92221b80ec1746b9b5bf4ed67f890e6 SHA1: d0e05f0556263ef6f2627d00114f497aa0f670ae MD5sum: 0f8dedd4d683f7823b0bffd8afa35aab 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.