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
tablespace
name
pg_tablespace.spcname
Name of tablespace containing index (null if default for database)
indexdef
text
Index definition (a reconstructed CREATE INDEX command)
Last updated
Was this helpful?
Was this helpful?