Redrock Postgres 搜索 英文
版本: 9.3 / 9.4 / 9.5 / 9.6 / 10 / 11 / 12 / 13 / 14 / 15 / 16

37.9. check_constraints #

视图 check_constraints 包含当前启用的角色拥有的所有检查约束,无论是在表上还是在域上定义的。(表或域的所有者是约束的所有者。)

表 37.7. check_constraints

列类型

说明

constraint_catalog sql_identifier

包含约束的数据库的名称(始终是当前数据库)

constraint_schema sql_identifier

包含约束的架构的名称

constraint_name sql_identifier

约束的名称

check_clause character_data

检查约束的检查表达式