Catalogs: pg_indexes

48.59. pg_indexes

The view pg_indexes provides access to useful information about each index in the database.

Table 48-60. pg_indexes Columns

Name Type References Description
schemaname name pg_namespace.nspname Name of schema containing table and index
tablename name pg_class.relname Name of table the index is for