Package: postgresql-14-wal2json Source: wal2json Version: 2.6-4.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 129 Depends: postgresql-14, libc6 (>= 2.38) Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.6-4.pgdg26.04+1_amd64.deb Size: 56360 SHA512: 4e163fa6972f23eaedbf9477a5aa5ea194ca485663d0e762149d7d6c94fb1e30133e6f41adb3b5f634f38c3fba37de016df062828f15b069100eaf6f4128e22c SHA256: 0e5310dc3859802d70189851f80f7abca6ffec714488dc122309f63160bc98c8 SHA1: 303425fc847e7c41ab7944d784fc30f033a70f2d MD5sum: 37624c6e96cf87522a3a52f1e6877d07 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.