We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05186f commit e07ae21Copy full SHA for e07ae21
doc/src/sgml/information_schema.sgml
@@ -3211,6 +3211,19 @@ ORDER BY c.ordinal_position;
3211
</tbody>
3212
</tgroup>
3213
</table>
3214
+
3215
+ <note>
3216
+ <para>
3217
+ The SQL standard requires constraint names to be unique within a
3218
+ schema; <productname>PostgreSQL</productname>, however, does not
3219
+ enforce this restriction. If duplicate-named constraints are
3220
+ stored in the same <productname>PostgreSQL</productname> schema, a
3221
+ standard-compliant query that expects to return one row might
3222
+ return several, one for each matching constraint stored in the
3223
+ specified schema.
3224
+ </para>
3225
+ </note>
3226
3227
</sect1>
3228
3229
<sect1 id="infoschema-role-column-grants">
0 commit comments