]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-check-constraint-routine-usage.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-check-constraint-routine-usage.txt
1
2 35.8. check_constraint_routine_usage #
3
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.
7
8    Table 35.6. check_constraint_routine_usage Columns
9
10    Column Type
11
12    Description
13
14    constraint_catalog sql_identifier
15
16    Name of the database containing the constraint (always the current
17    database)
18
19    constraint_schema sql_identifier
20
21    Name of the schema containing the constraint
22
23    constraint_name sql_identifier
24
25    Name of the constraint
26
27    specific_catalog sql_identifier
28
29    Name of the database containing the function (always the current
30    database)
31
32    specific_schema sql_identifier
33
34    Name of the schema containing the function
35
36    specific_name sql_identifier
37
38    The “specific name” of the function. See Section 35.45 for more
39    information.