select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Administration

pg_visibilitymap

Inspect relation visibility-map bits on historical PostgreSQL releases.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_visibilitymap
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusDeprecated
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars2
Latest commit2015-11-18
Catalogue updated2026-08-30

Related extensions

See also

pg_visibilityexamine the visibility map (VM) and page-level visibility info
pageinspectinspect the contents of database pages at a low level
pg_show_vmpg show vm displays the visibility map data for a specified relation, including its corresponding indexes and partitions.
pagevisVisualise database pages in ascii code
pgstattupleshow tuple-level statistics
pg_decode_infomaskPostgreSQL 9.6 C functions that decode heap tuple infomask and infomask2 hint bits into queryable fields.
pg_fuck_blockC extension for reading all tuples from a relation block
pg_pageinspect_plusDecode heap tuple data obtained with PostgreSQL pageinspect helpers