Postgresql 中文操作指南
37.9. check_constraints #
视图 check_constraints 包含当前启用角色所拥有的所有检查约束,可以针对表或域进行定义。(表或域的所有者为该约束的所有者。)
Table 37.7. check_constraints Columns
Column Type Description |
constraint_catalog sql_identifier 包含约束的数据库的名称(始终为当前数据库) |
constraint_schema sql_identifier 包含约束的架构的名称 |
constraint_name sql_identifier 约束名称 |
check_clause character_data 检查约束的检查表达式 |