pg_appendonly v7.4

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

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

Parent topic: System Catalogs Definitions