DocsSql ReferenceInternalsCatalogsView Pg Available Extensions

pg_available_extensions

The pg_available_extensions view lists the extensions that are available for installation. See also the pg_extension catalog, which shows the extensions currently installed.

pg_available_extensions Columns

Column TypeDescription
name nameExtension name
default_version textName of default version, or NULL if none is specified
installed_version textCurrently installed version of the extension, or NULL if not installed
comment textComment string from the extension’s control file

The pg_available_extensions view is read-only.