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

54.11. pg_indexes #

The view <structname>pg_indexes</structname> provides access to useful information about each index in the database. pg_indexesビューはデータベース内のそれぞれのインデックスについて有用な情報を提供します。

表54.11 pg_indexesの列

<title><structname>pg_indexes</structname> Columns</title>

Column Type 列 型

Description 説明

schemaname name (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>nspname</structfield>) (参照先 pg_namespace.nspname

Name of schema containing table and index テーブルとインデックスを含むスキーマの名前

tablename name (references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>relname</structfield>) (参照先 pg_class.relname

Name of table the index is for インデックスのついているテーブルの名前

indexname name (references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>relname</structfield>) (参照先 pg_class.relname

Name of index インデックスの名前

tablespace name (references <link linkend="catalog-pg-tablespace"><structname>pg_tablespace</structname></link>.<structfield>spcname</structfield>) (参照先 pg_tablespace.spcname

Name of tablespace containing index (null if default for database) インデックスを含むテーブル空間の名前(データベースのデフォルトはNULL)

indexdef text

Index definition (a reconstructed <xref linkend="sql-createindex"/> command) インデックス定義(再作成用CREATE INDEXコマンド)