支持的版本:当前 (17) / 16 / 15 / 14 / 13
开发版本:devel
不支持的版本:12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / 8.1 / 8.0 / 7.4

35.21. domain_constraints #

视图 domain_constraints 包含当前数据库中定义的所有域的约束。只显示当前用户有权访问的域(通过作为所有者或具有某些权限)。

表 35.19. domain_constraints

列 类型

描述

constraint_catalog sql_identifier

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

constraint_schema sql_identifier

包含约束的模式的名称

constraint_name sql_identifier

约束的名称

domain_catalog sql_identifier

包含域的数据库的名称(始终为当前数据库)

domain_schema sql_identifier

包含域的模式的名称

domain_name sql_identifier

域的名称

is_deferrable yes_or_no

如果约束是可延迟的,则为 YES;如果不是,则为 NO

initially_deferred yes_or_no

如果约束是可延迟且初始延迟的,则为 YES;如果不是,则为 NO


提交更正

如果您在文档中发现任何不正确、与您使用特定功能的经验不符或需要进一步澄清的地方,请使用此表单报告文档问题。