pg_available_extensions
#
The <structname>pg_available_extensions</structname> view lists the
extensions 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_extensions
ビューはインストレーションで利用可能な拡張を列挙します。
現在インストールされている拡張を表すpg_extension
カタログも参照してください。
表52.2 pg_available_extensions
の列
Column Type 列 型 Description 説明 |
---|
Extension name 拡張名 |
Name of default version, or <literal>NULL</literal> if none is
specified
デフォルトのバージョン名称。何も指定がなければ |
Currently installed version of the extension,
or <literal>NULL</literal> if not installed
現在インストールされている拡張のバージョン。インストールされていない場合は |
Comment string from the extension's control file 拡張の制御ファイルからのコメント文字列 |
The <structname>pg_available_extensions</structname> view is read-only.
pg_available_extensions
ビューは読み取り専用です。