PostgreSQL
37.21. domain_constraints
The view domain_constraints
contains all constraints belonging to domains defined in the current database. Only those domains are shown that the current user has access to (by way of being the owner or having some privilege).
Table 37.19. domain_constraints
Columns
Column Type Description |
---|
Name of the database that contains the constraint (always the current database) |
Name of the schema that contains the constraint |
Name of the constraint |
Name of the database that contains the domain (always the current database) |
Name of the schema that contains the domain |
Name of the domain |
|
|
+
Prev | Up | Next |
---|---|---|
37.20. |
37.22. |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2023 The PostgreSQL Global Development Group