51.72. pg_indexes
Представление pg_indexes даёт доступ к полезной информации обо всех индексах в базе данных.
Таблица 51.73. Столбцы pg_indexes
| Имя | Тип | Ссылки | Описание |
|---|---|---|---|
schemaname | name | | Имя схемы, содержащей таблицу и индекс |
tablename | name | | Имя таблицы, для которой создан индекс |
indexname | name | | Имя индекса |
tablespace | name | | Имя табличного пространства, содержащего индекс (NULL, если это пространство по умолчанию) |
indexdef | text | Определение индекса (реконструированная команда CREATE INDEX) |
51.72. pg_indexes
The view pg_indexes provides access to useful information about each index in the database.
Table 51.73. pg_indexes Columns
| Name | Type | References | Description |
|---|---|---|---|
schemaname | name | | Name of schema containing table and index |
tablename | name | | Name of table the index is for |
indexname | name | | Name of index |
tablespace | name | | Name of tablespace containing index (null if default for database) |
indexdef | text | Index definition (a reconstructed CREATE INDEX command) |