更新时间:2024-08-12 GMT+08:00
分享

PG_EXTENSION

PG_EXTENSION系统表存储关于所安装扩展的信息。GaussDB(DWS)默认有三十四个扩展,即aio_scheduler、btree_gin、cudesckv、dimsearch、dist_fdw、functional_clog、functional_extension、functional_file、functional_hudi、functional_job、functional_largeobject、functional_memory、functional_other、functional_signal、functional_vacuum、gc_fdw、hdfs_fdw、hstore、log_fdw、operational_backup、operational_cgroup、operational_cudesc、operational_other、operational_replication、operational_restoration、operational_stats、operational_xlog、packages、pgcrypto、pldbgapi、plpgsql、roach_api、tsdb和uuid-ossp。

表1 PG_EXTENSION

名称

类型

描述

extname

name

扩展名。

extowner

oid

扩展的所有者。

extnamespace

oid

扩展导出对象的命名空间。

extrelocatable

boolean

如果扩展能够重定位到其他schema,则为true。

extversion

text

扩展的版本号。

extconfig

oid[]

扩展的配置信息。

extcondition

text[]

扩展配置信息的过滤条件。

相关文档