PG_AVAILABLE_EXTENSIONS
PG_AVAILABLE_EXTENSIONS displays the extended information about certain database features.
| Name | Type | Description |
|---|---|---|
| name | name | Extension name |
| default_version | text | Name of default version. The value is NULL if none is specified. |
| installed_version | text | Currently installed version of the extension. The value is NULL if no version is installed. |
| comment | text | Comment string from the extension's control file |
Last Article: PG_AVAILABLE_EXTENSION_VERSIONS
Next Article: PG_COMM_CLIENT_INFO
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.