information schema documentation because it affects several tables.
PostgreSQL-specific views.
+
+ The SQL standard requires constraint names to be unique within a
+ schema;
PostgreSQL, however, does not
+ enforce this restriction. If duplicate-named constraints are
+ stored in the same
PostgreSQL schema,
+ a standard-compliant query that expects to return one matching
+ constraint row might return several, one row for each matching
+ constraint stored in the specified schema.
+
+
+
+
The Schema
-
- The SQL standard requires constraint names to be unique within a
- schema;
PostgreSQL, however, does not
- enforce this restriction. If duplicate-named constraints are
- stored in the same
PostgreSQL schema, a
- standard-compliant query that expects to return one row might
- return several, one for each matching constraint stored in the
- specified schema.
-
-
-