Package: postgresql-17-wal2json Source: wal2json Version: 2.6-4.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-17, libc6 (>= 2.4) Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-17-wal2json_2.6-4.pgdg22.04+1_amd64.deb Size: 65464 SHA512: f034271548141b2cf540e4d64ab09c103b18b5046c4d751062c6eb64e0b85224f3dc86d6b5427a319d829487527179b4f6f84f766f038b76adb431d1b4dc2120 SHA256: f79b689abdf211d40bb7146e3a60b39158d0bdf95d4bde25bb1c2ec5670cf541 SHA1: 773bb50326fa5310028a9ae8a0cc56c77edecf9f MD5sum: 7d800f9206ef9cbbd02fde40d33a1d97 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.