PG_EXTENSION
PG_EXTENSION records information about the installed extensions. Default extensions of GaussDB: PLPGSQL.
Name |
Type |
Description |
---|---|---|
oid |
oid |
Database object ID |
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. Value 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
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot