How to Install and Uninstall postgresql-14-toastinfo Package on Kali Linux

Last updated: May 18,2024

1. Install "postgresql-14-toastinfo" package

This tutorial shows how to install postgresql-14-toastinfo on Kali Linux

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

2. Uninstall "postgresql-14-toastinfo" package

Learn how to uninstall postgresql-14-toastinfo on Kali Linux:

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

3. Information about the postgresql-14-toastinfo package on Kali Linux

Package: postgresql-14-toastinfo
Source: toastinfo (1.4-2)
Version: 1.4-2+b1
Installed-Size: 47
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14
Size: 14204
SHA256: 4e2ebd55b7b930a998536fa23f0b3bfa2700a5afe807eb736bb136abe1fe7580
SHA1: 09699fae384be4d4745ef6014b38a00a47fd3c68
MD5sum: 4bb201dced3c0d0813a3065bb12d6776
Description: 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
Homepage: https://github.com/credativ/toastinfo
Section: database
Priority: optional
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.4-2+b1_amd64.deb