バージョンごとのドキュメント一覧

54.2. 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カタログも参照してください。

表54.2 pg_available_extensionsの列

<title><structname>pg_available_extensions</structname> Columns</title>

Column Type 列 型

Description 説明

name name

Extension name 拡張名

default_version text

Name of default version, or <literal>NULL</literal> if none is specified デフォルトのバージョン名称。何も指定がなければNULL

installed_version text

Currently installed version of the extension, or <literal>NULL</literal> if not installed 現在インストールされている拡張のバージョン。インストールされていない場合はNULL

comment text

Comment string from the extension's control file 拡張の制御ファイルからのコメント文字列


The <structname>pg_available_extensions</structname> view is read-only. pg_available_extensionsビューは読み取り専用です。