Skip to content

gp_version_at_initdb

The gp_version_at_initdb table is populated on the coordinator and each segment in the WarehousePG cluster. It identifies the version of WarehousePG used when the system was first initialized. This table is defined in the pg_global tablespace, meaning it is globally shared across all databases in the system.

columntypereferencesdescription
schemaversionsmallintSchema version number.
productversiontextProduct version number.

Parent topic: System Catalogs Definitions