Package: postgresql-17-wal2json Source: wal2json Version: 2.6-4.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 129 Depends: postgresql-17, libc6 (>= 2.38) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-17-wal2json_2.6-4.pgdg26.04+1_amd64.deb Size: 56520 SHA512: 9dcc7695d06dd32f345f431ca2e804c865349d0a345e1d3f6c73f244a4eca0c4ff44fd9ed4799c6b8bbc583ccaefc574f223250603014ee6e42a4bd874f99179 SHA256: 4e2c2b97223d617fcd20c5521c1564cef685852f0ad95e3ac7dee50f4f8d1737 SHA1: 85a3693774d2eb8395cce5de33dd0da3906a322a MD5sum: 15466be9568fb69adac138815212d990 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.