2 35.21. domain_constraints #
4 The view domain_constraints contains all constraints belonging to
5 domains defined in the current database. Only those domains are shown
6 that the current user has access to (by way of being the owner or
7 having some privilege).
9 Table 35.19. domain_constraints Columns
15 constraint_catalog sql_identifier
17 Name of the database that contains the constraint (always the current
20 constraint_schema sql_identifier
22 Name of the schema that contains the constraint
24 constraint_name sql_identifier
26 Name of the constraint
28 domain_catalog sql_identifier
30 Name of the database that contains the domain (always the current
33 domain_schema sql_identifier
35 Name of the schema that contains the domain
37 domain_name sql_identifier
41 is_deferrable yes_or_no
43 YES if the constraint is deferrable, NO if not
45 initially_deferred yes_or_no
47 YES if the constraint is deferrable and initially deferred, NO if not