DB_IND_EXPRESSIONS
DB_IND_EXPRESSIONS视图显示当前用户可访问的表达式索引的信息。该视图同时存在于PG_CATALOG和SYS Schema下。
名称 |
类型 |
描述 |
---|---|---|
index_owner |
character varying(64) |
索引的所有者。 |
index_name |
character varying(64) |
索引名。 |
table_owner |
character varying(64) |
表的所有者。 |
table_name |
character varying(64) |
表名。 |
column_expression |
text |
定义列的基于函数的索引表达式。 |
column_position |
smallint |
索引中列的位置。 |