PG_AVAILABLE_EXTENSION_VERSIONS
PG_AVAILABLE_EXTENSION_VERSIONS displays the extension versions of certain database features.
| Name | Type | Description |
|---|---|---|
| name | name | Extension name |
| version | text | Version name |
| installed | Boolean | The value is true if the version of this extension is currently installed. |
| superuser | Boolean | The value is true if only system administrators are allowed to install this extension. |
| relocatable | Boolean | The value is true if an extension can be relocated to another schema. |
| schema | name | Name of the schema that the extension must be installed into. The value is null if the extension is partially or fully relocatable. |
| requires | name[] | Names of prerequisite extensions. The value is null if there are no prerequisite extensions. |
| comment | text | Comment string from the extension's control file |
Last Article: GS_USER_TRANSACTION
Next Article: PG_AVAILABLE_EXTENSIONS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.