mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Add postgresql-wal2json, an output plugin for logical decoding. WWW: https://github.com/eulerto/wal2json PR: 257904
6 lines
334 B
Plaintext
6 lines
334 B
Plaintext
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.
|