Package: postgresql-16-wal2json Source: wal2json Version: 2.6-4.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 141 Depends: postgresql-16, libc6 (>= 2.4) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.6-4.pgdg22.04+1_amd64.deb Size: 65148 SHA512: db3e4eb58f25c4f10879f5119091cf58f2ac42dcedd3703079f0cfcc86bdb49376277dc570c37d3e25f653c457dff575d2e5a43ddd155dea1eff96792cf5715f SHA256: 09ee621f1f9116e60c403da5adeeb2959ead0134b5277e13d4f42a8ba266876e SHA1: e351c86b1e4ce9c46bb11022b402604571791473 MD5sum: 49d72a9436cd74b95e3d949af95b7795 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.