51.73. pg_indexes
Last updated
Was this helpful?
Last updated
Was this helpful?
The view pg_indexes
provides access to useful information about each index in the database.
pg_indexes
ColumnsName
Type
References
Description
schemaname
name
.nspname
Name of schema containing table and index
tablename
name
.relname
Name of table the index is for
indexname
name
.relname
Name of index
tablespace
name
.spcname
Name of tablespace containing index (null if default for database)
indexdef
text
Index definition (a reconstructed CREATE INDEX
command)