pg_indexes
#
The view <structname>pg_indexes</structname> provides access to
useful information about each index in the database.
pg_indexes
ビューはデータベース内のそれぞれのインデックスについて有用な情報を提供します。
表52.11 pg_indexes
の列
Column Type 列 型 Description 説明 |
---|
Name of schema containing table and index テーブルとインデックスを含むスキーマの名前 |
Name of table the index is for インデックスのついているテーブルの名前 |
Name of index インデックスの名前 |
Name of tablespace containing index (null if default for database) インデックスを含むテーブル空間の名前(データベースのデフォルトはNULL) |
Index definition (a reconstructed <xref linkend="sql-createindex"/> command) インデックス定義(再作成用CREATE INDEXコマンド) |