Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
49.66. pg_available_extension_versions
Prev UpChapter 49. System CatalogsHome Next

49.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 49.67. 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 Up Next
49.65. pg_available_extensions Home 49.67. pg_config
epubpdf
Go to Postgres Pro Standard 10
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp