PG_AVAILABLE_EXTENSIONS
PG_AVAILABLE_EXTENSIONS displays the extension information about certain database features. This view is for internal use only. You are advised not to use it.
| Name | Type | Description |
|---|---|---|
| name | name | Extension name. |
| default_version | text | Name of the default version (NULL if none is specified). |
| installed_version | text | Currently installed version of the extension (NULL if no version is installed). |
| comment | text | Comment 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.