Skip to content

pg_appendonly

The pg_appendonly table contains information about the storage options and other characteristics of append-optimized tables.

columntypereferencesdescription
relidoidThe table object identifier (OID) of the table.
segrelidoidTable on-disk segment file id.
blkdirrelidoidBlock used for on-disk column-oriented table file.
visimaprelidoidVisibility map for the table.
versionsmallintAO relation version.

Parent topic: System Catalogs Definitions