Package: postgresql-10-wal2json Source: wal2json Version: 2.6-2.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-10, libc6 (>= 2.4) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.6-2.pgdg20.04+1_amd64.deb Size: 19084 SHA256: bf9d267f63f9d56ef10f1df558b7a3d46308e35a13b5f0e8a4a728d7047ad430 SHA1: 4a37185dc99cf85e7834dcffa3f1124717c8346c MD5sum: 67c0a1fe6adf137c00d79321120d7413 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.