Package: postgresql-13-wal2json Source: wal2json Version: 2.5-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 138 Depends: postgresql-13, postgresql-13-jit-llvm (>= 14), libc6 (>= 2.4) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.5-2.pgdg22.04+1_amd64.deb Size: 62968 SHA256: 135dccf977007286b0494e884a90bd4f56147740e9acedb374e52a7027d246c6 SHA1: e8ac3557a5037c6686ab2818128190202806bb16 MD5sum: d3d1ff6b89942096a2f8ece9648698c8 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.