Package: postgresql-11-wal2json Source: wal2json Version: 2.6-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 65 Depends: postgresql-11, libc6 (>= 2.38) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.6-3.pgdg26.04+1_amd64.deb Size: 19800 SHA256: bc86415ec925e2fdcf89b03245f083016b0e048e9bc58e11c1aba96caedef412 SHA1: 6b7b5e3a2bf58437020fe452d53f78a396b95dc2 MD5sum: f7eab83919a63d023a9616f76c8f8f3f 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.