53.12. pg_indexes
pg_indexes
The view pg_indexes provides access to useful information about each index in the database.
Column Type Description |
|---|
schemaname Name of schema containing table and index |
tablename Name of table the index is for |
indexname Name of index |
tablespace Name of tablespace containing index (null if default for database) |
indexdef Index definition (a reconstructed CREATE INDEX command) |
: pg_indexes Columns