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

Last updated: September 20,2024

1. Install "postgresql-13-toastinfo" package

This is a short guide on how to install postgresql-13-toastinfo on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-toastinfo" package

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

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

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

Package: postgresql-13-toastinfo
Architecture: amd64
Version: 1.2-2
Priority: optional
Section: universe/database
Source: toastinfo
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 47
Depends: postgresql-13
Filename: pool/universe/t/toastinfo/postgresql-13-toastinfo_1.2-2_amd64.deb
Size: 12232
MD5sum: 896158e3092300d36e058b851bafc195
SHA1: eecab4e7c47cff94f4f07e1d317da68dc29bc806
SHA256: 39640289931c591fd57841e23586135ad718aafb99e2a67b87da18361d5c212c
SHA512: ff7500bbf9259a7b08e274906884777d4fed7b9fd9b39976ed6de5fec5ccd5d627e28e94e4aa0c0ab160904dfa3fd43cd45db5c54c34d7fb7be01a72db0f24da
Homepage: https://github.com/credativ/toastinfo
Description-en: Show storage structure of varlena datatypes in PostgreSQL
This PostgreSQL extension exposes the internal storage structure of
variable-length datatypes, called varlena.
.
The function pg_toastinfo describes the storage form of a datum:
.
* null for NULLs
* ordinary for non-varlena datatypes
* short inline varlena for varlena values up to 126 bytes (1 byte header)
* long inline varlena, (un)compressed for varlena values up to 1GiB
(4 bytes header)
* toasted varlena, (un)compressed for varlena values up to 1GiB stored in
TOAST tables
.
The function pg_toastpointer returns a varlena's chunk_id oid in the
corresponding TOAST table. It returns NULL on non-varlena input.
Description-md5: 900f06e1c1c7111843f86a6dc281c76e

5. The same packages on other Linux Distributions