Skip to main content
Version: Next

gp_version_at_initdb

The gp_version_at_initdb table in the pg_catalog schema is populated on the coordinator and each segment in the Apache Cloudberry system. It identifies the version of Apache Cloudberry 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
schemaversionsmallint Schema version number.
productversiontext Product version number.