PG_AVAILABLE_EXTENSION_VERSIONS
PG_AVAILABLE_EXTENSION_VERSIONS displays extension versions of certain database features.
Name |
Type |
Description |
---|---|---|
name |
name |
Extension name |
version |
text |
Version name |
installed |
boolean |
Whether this extension version is installed |
superuser |
boolean |
Whether only system administrators are allowed to install the extension |
relocatable |
boolean |
Whether the extension can be relocated to another schema |
schema |
name |
Name of the schema that the extension must be installed into (NULL if the extension is partially or fully relocatable) |
requires |
name[] |
Names of prerequisite extensions (NULL if none) |
comment |
text |
Comment string from the extension's control file |
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