pg_available_extension_versions
#
The <structname>pg_available_extension_versions</structname> view lists the
specific extension versions that are available for installation.
See also the <link
linkend="catalog-pg-extension"><structname>pg_extension</structname></link>
catalog, which shows the extensions currently installed.
pg_available_extension_versions
ビューはインストレーションで利用可能な特定の拡張のバージョンを列挙します。
現在インストールされている拡張を表すpg_extension
カタログも参照してください。
表52.3 pg_available_extension_versions
の列
Column Type 列 型 Description 説明 |
---|
Extension name 拡張名 |
Version name バージョン名称 |
True if this version of this extension is currently installed trueの場合は、現在このバージョンの拡張がインストールされている |
True if only superusers are allowed to install this extension
(but see <structfield>trusted</structfield>)
trueの場合は、スーパーユーザがこの拡張をインストールできる(ただし、 |
True if the extension can be installed by non-superusers with appropriate privileges trueの場合は、適切な権限を持つ非スーパーユーザがこの拡張をインストールできる |
True if extension can be relocated to another schema trueの場合は、拡張が他のスキーマに再配置可能である |
Name of the schema that the extension must be installed into,
or <literal>NULL</literal> if partially or fully relocatable
拡張がインストールされなければならないスキーマの名前。
一部の再配置またはすべての再配置を行うことができる場合は |
Names of prerequisite extensions,
or <literal>NULL</literal> if none
前もって必要な拡張の名前。なければ |
Comment string from the extension's control file 拡張の制御ファイルからのコメント文字列 |
The <structname>pg_available_extension_versions</structname> view is
read-only.
pg_available_extension_versions
ビューは読み取り専用です。