PostgreSQL
36.50. table_constraints
The view table_constraints
contains all constraints belonging to tables that the current user owns or has some privilege other than SELECT
on.
Table 36.48. table_constraints
Columns
Name | Data 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 table (always the current database) |
|
|
Name of the schema that contains the table |
|
|
Name of the table |
|
|
Type of the constraint: |
|
|
|
|
|
|
+
Prev | Up | Next |
---|---|---|
36.49. |
36.51. |
Copyright © 1996-2023 The PostgreSQL Global Development Group