Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
48.59. pg_available_extension_versions
Prev UpChapter 48. System CatalogsHome Next

48.59. 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 48.60. pg_available_extension_versions Columns

NameTypeDescription
namenameExtension name
versiontextVersion name
installedboolTrue if this version of this extension is currently installed
superuserboolTrue if only superusers are allowed to install this extension
relocatableboolTrue if extension can be relocated to another schema
schemanameName of the schema that the extension must be installed into, orNULL if partially or fully relocatable
requiresname[]Names of prerequisite extensions, orNULL if none
commenttextComment string from the extension's control file

Thepg_available_extension_versions view is read only.


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

[8]ページ先頭

©2009-2025 Movatter.jp