4 The view pg_indexes provides access to useful information about each
7 Table 53.12. pg_indexes Columns
13 schemaname name (references pg_namespace.nspname)
15 Name of schema containing table and index
17 tablename name (references pg_class.relname)
19 Name of table the index is for
21 indexname name (references pg_class.relname)
25 tablespace name (references pg_tablespace.spcname)
27 Name of tablespace containing index (null if default for database)
31 Index definition (a reconstructed CREATE INDEX command)