[ forky ]
[ sid ]
[ Pakiet źródłowy: toastinfo ]
Pakiet: postgresql-18-toastinfo (1.5-3)
Odnośniki dla postgresql-18-toastinfo
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego toastinfo:
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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.
Inne pakiety związane z postgresql-18-toastinfo
|
|
|
|
-
- dep: libc6 (>= 2.17) [ppc64el]
- Biblioteka GNU C: biblioteki współdzielone
również pakiet wirtualny udostępniany przez libc6-udeb
- dep: libc6 (>= 2.27) [riscv64]
-
- dep: postgresql-18
- The World's Most Advanced Open Source Relational Database
Pobieranie postgresql-18-toastinfo
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
amd64 | 12,6 KiB | 45,0 KiB | [lista plików] |
arm64 | 12,6 KiB | 97,0 KiB | [lista plików] |
ppc64el | 13,9 KiB | 99,0 KiB | [lista plików] |
riscv64 | 7,1 KiB | 30,0 KiB | [lista plików] |
s390x | 12,2 KiB | 40,0 KiB | [lista plików] |