Updated on 2023-10-23 GMT+08:00

PG_AVAILABLE_EXTENSION_VERSIONS

Table 1 PG_AVAILABLE_EXTENSION_VERSIONS columns

Name

Type

Description

name

name

Extension name

version

text

Version name

installed

boolean

Whether this extension version is installed Otherwise, the value is false.

superuser

boolean

Whether only system administrators are allowed to install the extension Otherwise, the value is false.

relocatable

boolean

Whether the extension can be relocated to another schema Otherwise, the value is false.

schema

name

Name of the schema that the extension must be installed into (NULL if the extension is partially or fully relocatable)

requires

name[]

Names of prerequisite extensions (NULL if none)

comment

text

Comment string from the extension's control file