Package: postgresql-14-wal2json Source: wal2json Version: 2.6-4.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-14, libc6 (>= 2.4) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://github.com/eulerto/wal2json Priority: optional Section: database Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.6-4.pgdg22.04+1_amd64.deb Size: 65752 SHA512: 0d90569ddc941c7c101e5d843bca43d99461a0f7b3b6d9a0c0676e63f49fada6e66f7ab366313036bcf543a7e1c1604c689239270ceb3a1f7cd283cfa7355df1 SHA256: 2abe49b88880d80dc3591e6a4968b7cd094cbf6ffd49b7e25b80ff79393ea63f SHA1: 02d8152130d834c36e16446170ea513652c99907 MD5sum: 6c1547e29dc3f52c77e9cd80f62dc03f 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.