Path to this page:
Subject: CVS commit: pkgsrc/databases
From: Juraj Lutter
Date: 2020-12-05 10:04:58
Message id: 20201205090458.B29E2FA9D@cvs.NetBSD.org
Log Message:
databases: Add postgresql-wal2json 2.3
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.
Files: