wal2json 2.5-2 source package in Ubuntu

Changelog

wal2json (2.5-2) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Mon, 18 Sep 2023 22:57:52 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
wal2json_2.5-2.dsc 2.0 KiB 2777c5a7542861556ecb56265380a53d33904711087c508911d656e08f15b10b
wal2json_2.5.orig.tar.gz 88.9 KiB b516653575541cf221b99cf3f8be9b6821f6dbcfc125675c85f35090f824f00e
wal2json_2.5-2.debian.tar.xz 3.3 KiB c106f35200c481f9234c4962e9143c9a9b9f076b3d3399485f7ad32bc329f4a9

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-wal2json: 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.

postgresql-16-wal2json-dbgsym: debug symbols for postgresql-16-wal2json