Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 561 Bytes

File metadata and controls

12 lines (8 loc) · 561 Bytes

gp_version_at_initdb

gp_version_at_initdb表在 HashData 数据库系统的Master和每一个Segment上被填充。它标识着系统初始化时使用的 HashData 数据库版本。 这个表被定义在pg_global 表空间中,意味着它在系统中的所有数据库中全局共享。

表 1. pg_catalog.gp_version
类型 引用 描述
schemaversion integer 模式版本号。
productversion text 产品版本号。

上级主题: 系统目录定义