toutes les options
trixie  ] [  sid  ]
[ Paquet source :  ]

Paquet : postgresql-16-toastinfo (1.5-1) [debports]

Liens pour postgresql-16-toastinfo

Screenshot

Ressources Debian :

Télécharger le paquet source  :

Introuvable

Responsables :

Ressources externes :

Paquets similaires :

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.

Autres paquets associés à postgresql-16-toastinfo

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger postgresql-16-toastinfo

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
sparc64 (portage non officiel) 7,1 ko1 047,0 ko [liste des fichiers]