pg_available_extension_versions
The pg_available_extension_versions view lists the specific extension versions that are available for installation.
The pg_extension system catalog table shows the extensions currently installed.
The view is read-only.
| Column | Type | Description |
|---|---|---|
name |
name |
Extension name |
version |
text |
Version name |
installed |
boolean |
|
superuser |
boolean |
|
relocatable |
boolean |
|
schema |
name |
Name of the schema that the extension must be installed into, or |
requires |
name[] |
Names of prerequisite extensions, or |
comment |
text |
Comment string from the extension control file |