./databases/postgresql-wal2json, Plugin to decode PostgreSQL WAL to JSON

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q3, Version: 2.3, Package name: postgresql13-wal2json-2.3, Maintainer: otis

wal2json is an output plugin for logical decoding. It means that the plugin
have 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.

format version 1 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.

format version 2 produces a JSON object per tuple. Optional JSON object for
beginning and end of transaction. Also, there are a variety of options to
include properties.

WWW: https://github.com/eulerto/wal2json


Master sites:

SHA1: 923f9bbcd0505a1f0b6eac1d371e4ff2d266a958
RMD160: ddd2a36503a2ec99e5a33e9fd9629612172db5fc
Filesize: 85.364 KB

Version history: (Expand)