53.3. 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.
Column Type Description |
|---|
name Extension name |
default_version Name of default version, or |
installed_version Currently installed version of the extension, or |
comment Comment string from the extension's control file |
: pg_available_extensions Columns
The pg_available_extensions view is read-only.