PG_EXTENSION
PG_EXTENSION records information about the installed extensions. By default, GaussDB(DWS) has 14 extensions: PLPGSQL, DIST_FDW, FILE_FDW, ROACH_API, HDFS_FDW, BTREE_GIN, GC_FDW, LOG_FDW, HSTORE, PACKAGES, PLDBGAPI, TSDB, DIMSEARCH, and UUID-OSSP.
Name |
Type |
Description |
---|---|---|
extname |
name |
Extension name |
extowner |
oid |
Owner of the extension |
extnamespace |
oid |
Namespace containing the extension's exported objects |
extrelocatable |
boolean |
Its value is true if the extension can be relocated to another schema. |
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
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.