GaussDB-PG_AVAILABLE_EXTENSION_VERSIONS

66 阅读1分钟

GaussDB-PG_AVAILABLE_EXTENSION_VERSIONS

PG_AVAILABLE_EXTENSION_VERSIONS displays extension versions of certain database features. This view is for internal use only. You are advised not to use it. For details about the columns, see Table 1.

NameTypeDescription
namenameExtension name
versiontextVersion name
installedbooleanSpecifies whether this extension version is installed. Otherwise, the value is false.
superuserbooleanSpecifies whether only system administrators are allowed to install the extension. Otherwise, the value is false.
relocatablebooleanSpecifies whether the extension can be relocated to another schema. Otherwise, the value is false.
schemanameName of the schema that the extension must be installed into (NULL if the extension is partially or fully relocatable)
requiresname[]Names of prerequisite extensions (NULL if none)
commenttextComment from the extension's control file.

更多详情请参考GaussDB 文档中心:doc.hcs.huawei.com/db/zh-cn/ga…