53.11. pg_indexes
Представление pg_indexes
даёт доступ к полезной информации обо всех индексах в базе данных.
Таблица 53.11. Столбцы pg_indexes
Тип столбца Описание |
---|
Имя схемы, содержащей таблицу и индекс |
Имя таблицы, для которой создан индекс |
Имя индекса |
Имя табличного пространства, содержащего индекс (NULL, если это пространство по умолчанию) |
Определение индекса (реконструированная команда CREATE INDEX) |
53.11. pg_indexes
The view pg_indexes
provides access to useful information about each index in the database.
Table 53.11. pg_indexes
Columns
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) |
Index definition (a reconstructed CREATE INDEX command) |