2 53.4. pg_available_extension_versions #
4 The pg_available_extension_versions view lists the specific extension
5 versions that are available for installation. See also the pg_extension
6 catalog, which shows the extensions currently installed.
8 Table 53.4. pg_available_extension_versions Columns
24 True if this version of this extension is currently installed
28 True if only superusers are allowed to install this extension (but see
33 True if the extension can be installed by non-superusers with
34 appropriate privileges
38 True if extension can be relocated to another schema
42 Name of the schema that the extension must be installed into, or NULL
43 if partially or fully relocatable
47 Names of prerequisite extensions, or NULL if none
51 Comment string from the extension's control file
53 The pg_available_extension_versions view is read-only.