select open change scope Open full search

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

SYSTEM CATALOGS / SYSTEM VIEWS

pg_available_extension_versions

Read PG 18 manual ↗

The pg_available_extension_versions view lists the specific extension versions that are available for installation.

Kind
System views
Columns in this snapshot
9
Definition source
English manual

Columns 9

ColumnTypeDescription / reference
namenameExtension name
versiontextVersion name
installedboolTrue if this version of this extension is currently installed
superuserboolTrue if only superusers are allowed to install this extension (but see trusted)
trustedboolTrue if the extension can be installed by non-superusers with appropriate privileges
relocatableboolTrue if extension can be relocated to another schema
schemanameName of the schema that the extension must be installed into, or NULL if partially or fully relocatable
requiresname[]Names of prerequisite extensions, or NULL if none
commenttextComment string from the extension's control file
Column history across versions
Version history 3
  1. PG 18 → 19changed
  2. PG 12 → 13changed
  3. PG 9.0 → 9.1added

Definition snapshot: english-manuals:b1c82411fbe5b2db38c18f24276… · English manual source