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