Package: postgresql-15-wal2json Source: wal2json Version: 2.6-4.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-15, libc6 (>= 2.38) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-15-wal2json_2.6-4.pgdg26.04+1_amd64.deb Size: 56824 SHA512: 9063d1cce9c231c6445aa8db2670ee2a480c576cc00769842b346074fb55e05d8962ce85222ba9d3c0ea6c89f550015bc8eca8ba269744c87f1e40023b84f4b0 SHA256: 104642176f6e28b64480ee29a810483f550d617ca837990a8a128fd7bcfcc368 SHA1: 855acf675213015a6becfb6d1b29d8256c0ea90c MD5sum: 65560e09b574e8e898b1e28c4b40bb46 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.