How to Install and Uninstall postgresql-13-wal2json Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "postgresql-13-wal2json" package

Learn how to install postgresql-13-wal2json on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install postgresql-13-wal2json

2. Uninstall "postgresql-13-wal2json" package

Please follow the instructions below to uninstall postgresql-13-wal2json on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove postgresql-13-wal2json $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-13-wal2json package on Ubuntu 21.10 (Impish Indri)

Package: postgresql-13-wal2json
Architecture: amd64
Version: 2.3-2
Priority: optional
Section: universe/database
Source: wal2json
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 142
Depends: postgresql-13, libc6 (>= 2.4)
Filename: pool/universe/w/wal2json/postgresql-13-wal2json_2.3-2_amd64.deb
Size: 65516
MD5sum: 7aaf5ee013af2a3a96e99e066cdc3310
SHA1: a81d401d91277ebf84108dae7f41a35d06a72e11
SHA256: bb1462be135188e41c2b353046af2875040ce04ad959ad7221ebf6ad8be73135
SHA512: b8e3a1284d327dbfaa9f64564ee43580760d82dd83fcb33e9d715b0d8506f12707052a1f1d384bc14d6734fece98c9955db3dd1c5afcd35269170fe57c3ddb53
Homepage: https://github.com/eulerto/wal2json
Description-en: 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.
Description-md5: ed84e1375e8e3eddb45720de3aff7187

5. The same packages on other Linux Distributions