pg_visibility

pg_visibility

examine the visibility map (VM) and page-level visibility info

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
6960
pg_visibility
pg_visibility
1.2
STAT
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-d--
No
Yes
No
Yes
no
no
Relationships
See Also
amcheck
pageinspect
pg_freespacemap
pgstattuple
pgfincore
pg_checksums
pg_catcheck
pgcozy

Packages

PG18PG17PG16PG15PG14PG13
1.2
1.2
1.2
1.2
1.2
1.2

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Create this extension with:

CREATE EXTENSION pg_visibility;
Last updated on