Hello, I’m DocuDroid!
Submitting feedback
Thank you for rating our AI Search!
We would be grateful if you could share your thoughts so we can improve our AI Search for you and other readers.
GitHub

pg_available_extensions

The pg_available_extensions view lists the extensions that are available for installation. The pg_extension system catalog table shows the extensions currently installed.

The view is read-only.

Column Type Description

name

name

Extension name

default_version

text

Name of the default version, or NULL if none is specified

installed_version

text

Currently installed version of the extension, or NULL if not installed

comment

text

Comment string from the extension control file