Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.66. pg_available_extension_versions
Prev UpChapter 50. System CatalogsHome Next

50.66. pg_available_extension_versions

Thepg_available_extension_versions view lists the specific extension versions that are available for installation. See also thepg_extension catalog, which shows the extensions currently installed.

Table 50.67. pg_available_extension_versions Columns

Column Type

Description

namename

Extension name

versiontext

Version name

installedbool

True if this version of this extension is currently installed

superuserbool

True if only superusers are allowed to install this extension (but seetrusted)

trustedbool

True if the extension can be installed by non-superusers with appropriate privileges

relocatablebool

True if extension can be relocated to another schema

schemaname

Name of the schema that the extension must be installed into, orNULL if partially or fully relocatable

requiresname[]

Names of prerequisite extensions, orNULL if none

commenttext

Comment string from the extension's control file


Thepg_available_extension_versions view is read only.


Prev Up Next
50.65. pg_available_extensions Home 50.67. pg_config
pdfepub
Go to Postgres Pro Standard 13
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp