From 293913568e6a7a86fd1479e1cff8e2ecb58d6568 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:44:03 +0200 Subject: Adding upstream version 16.2. Signed-off-by: Daniel Baumann --- .../sgml/html/infoschema-check-constraints.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-check-constraints.html (limited to 'doc/src/sgml/html/infoschema-check-constraints.html') diff --git a/doc/src/sgml/html/infoschema-check-constraints.html b/doc/src/sgml/html/infoschema-check-constraints.html new file mode 100644 index 0000000..dfd603c --- /dev/null +++ b/doc/src/sgml/html/infoschema-check-constraints.html @@ -0,0 +1,32 @@ + +37.9. check_constraints

37.9. check_constraints #

+ The view check_constraints contains all check + constraints, either defined on a table or on a domain, that are + owned by a currently enabled role. (The owner of the table or + domain is the owner of the constraint.) +

Table 37.7. check_constraints Columns

+ Column Type +

+

+ Description +

+ constraint_catalog sql_identifier +

+

+ Name of the database containing the constraint (always the current database) +

+ constraint_schema sql_identifier +

+

+ Name of the schema containing the constraint +

+ constraint_name sql_identifier +

+

+ Name of the constraint +

+ check_clause character_data +

+

+ The check expression of the check constraint +


\ No newline at end of file -- cgit v1.2.3