select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

The catalog pg_extension stores information about the installed extensions.

Kind
System catalogs
Columns in this snapshot
8
Definition source
English manual

Columns 8

ColumnTypeDescription / reference
oidoidRow identifier
extnamenameName of the extension
extowneroidOwner of the extension
pg_authid.oid
extnamespaceoidSchema containing the extension's exported objects
pg_namespace.oid
extrelocatableboolTrue if extension can be relocated to another schema
extversiontextVersion name for the extension
extconfigoid[]Array of regclass OIDs for the extension's configuration table(s), or NULL if none
pg_class.oid
extconditiontext[]Array of WHERE-clause filter conditions for the extension's configuration table(s), or NULL if none
Column history across versions
Version history 8
  1. PG 16 → 17changed
  2. PG 13 → 14changed
  3. PG 11 → 12changed
  4. PG 10 → 11changed
  5. PG 9.6 → 10changed
  6. PG 9.5 → 9.6changed
  7. PG 9.2 → 9.3changed
  8. PG 9.0 → 9.1added

Definition snapshot: english-manuals:405cc4adc30c4c53a79a9e25e4d… · English manual source