SYSTEM CATALOGS / SYSTEM VIEWS
pg_available_extensions
Read PG 18 manual ↗The pg_available_extensions view lists the extensions that are available for installation.
- Kind
- System views
- Columns in this snapshot
- 4
- Definition source
- English manual
Columns 4
| Column | Type | Description / reference |
|---|---|---|
name | name | Extension name |
default_version | text | Name of default version, or NULL if none is specified |
installed_version | text | Currently installed version of the extension, or NULL if not installed |
comment | text | Comment string from the extension's control file |
Column history across versions
Version history 2
- PG 18 → 19changed
- PG 9.0 → 9.1added
Definition snapshot: english-manuals:01a75a0cd1b23bfaac9133e0ed5… · English manual source