PG_EXTENSION

PG_EXTENSION records information about the installed extensions. By default, openGauss has two extensions: PLPGSQL and MOT_FDW.

Table 1 PG_EXTENSION

Name

Type

Description

extname

name

Extension name

extowner

oid

Owner of the extension

extnamespace

oid

Namespace containing the extension's exported objects

extrelocatable

Boolean

Whether the extension can be relocated to another namespace. true indicates that relocation is allowed.

extversion

text

Version number of the extension

extconfig

oid[]

Configuration information about the extension

extcondition

text[]

Filter conditions for the extension's configuration information

Feedback
编组 3备份
    openGauss 2024-05-05 00:44:49
    cancel