9.3 9.4 9.5 9.6 10 11 12 13 14
阿里云PostgreSQL 问题报告 纠错本页面

36.9. check_constraints

视图check_constraints包含所有检查约束,不管是定义在一个表上的还是定义在一个域上的,它们被一个当前启用的角色所拥有(表或域的拥有者就是约束的拥有者)。

表 36.7. check_constraints

名称数据类型描述
constraint_catalogsql_identifier包含该约束的数据库名(总是当前数据库)
constraint_schemasql_identifier包含该约束的模式名
constraint_namesql_identifier约束名
check_clausecharacter_data该检查约束的检查表达式