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