SYSTEM CATALOGS / SYSTEM CATALOGS
pg_extension
Read PG 18 manual ↗The catalog pg_extension stores information about the installed extensions.
- Kind
- System catalogs
- Columns in this snapshot
- 8
- Definition source
- English manual
Columns 8
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
extname | name | Name of the extension |
extowner | oid | Owner of the extension pg_authid.oid |
extnamespace | oid | Schema containing the extension's exported objects pg_namespace.oid |
extrelocatable | bool | True if extension can be relocated to another schema |
extversion | text | Version name for the extension |
extconfig | oid[] | Array of regclass OIDs for the extension's configuration table(s), or NULL if none pg_class.oid |
extcondition | text[] | Array of WHERE-clause filter conditions for the extension's configuration table(s), or NULL if none |
Column history across versions
Version history 8
- PG 16 → 17changed
- PG 13 → 14changed
- PG 11 → 12changed
- PG 10 → 11changed
- PG 9.6 → 10changed
- PG 9.5 → 9.6changed
- PG 9.2 → 9.3changed
- PG 9.0 → 9.1added
Definition snapshot: english-manuals:405cc4adc30c4c53a79a9e25e4d… · English manual source