Package: postgresql-13-wal2json Source: wal2json Version: 2.5-1.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 136 Depends: postgresql-13, libc6 (>= 2.4) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.5-1.pgdg18.04+1_i386.deb Size: 63172 SHA256: c306ebeb6a1b497cb7b09c79b2691322f51d209517a3244ff3979f71b021ac74 SHA1: b463ca23e00e8e6e68ff5d0c7e4ff4930a481c97 MD5sum: f3c5a75660e3d91e4d91cf65d3a40d89 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.