2 35.8. check_constraint_routine_usage #
4 The view check_constraint_routine_usage identifies routines (functions
5 and procedures) that are used by a check constraint. Only those
6 routines are shown that are owned by a currently enabled role.
8 Table 35.6. check_constraint_routine_usage Columns
14 constraint_catalog sql_identifier
16 Name of the database containing the constraint (always the current
19 constraint_schema sql_identifier
21 Name of the schema containing the constraint
23 constraint_name sql_identifier
25 Name of the constraint
27 specific_catalog sql_identifier
29 Name of the database containing the function (always the current
32 specific_schema sql_identifier
34 Name of the schema containing the function
36 specific_name sql_identifier
38 The “specific name” of the function. See Section 35.45 for more