47.58. pg_indexes

pg_indexes提供对数据库中每个索引的有用信息的访问。

Table 47-59. pg_indexes 字段

名字 类型 引用 描述
schemaname name pg_namespace.nspname 包含表和索引的模式的名字
tablename name pg_class.relname 此索引所服务的表的名字
indexname name pg_class.relname 索引的名字
tablespace name pg_tablespace.spcname 包含索引的表空间名字(如果是数据库缺省,则为 NULL)
indexdef text 索引定义(一个重建的CREATE INDEX命令)