forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
4.8 KiB
4.8 KiB
USER_CONSTRAINTS
USER_CONSTRAINTS displays the table constraint information accessible to the current user.
Name |
Type |
Description |
---|---|---|
constraint_name |
vcharacter varying(64) |
Constraint name |
constraint_type |
text |
Constraint type
|
table_name |
character varying(64) |
Name of constraint-related table |
index_owner |
character varying(64) |
Owner of constraint-related index (only for the unique constraint and primary key constraint) |
index_name |
character varying(64) |
Name of constraint-related index (only for the unique constraint and primary key constraint) |
Parent topic: System Views