Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
53.3. pg_available_extension_versions
Prev UpChapter 53. System ViewsHome Next

53.3. 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 53.3. 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
53.2. pg_available_extensions Home 53.4. pg_backend_memory_contexts
pdfepub
Go to Postgres Pro Standard 16
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp