8000
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 5a922f1 commit 2c72d70Copy full SHA for 2c72d70
doc/src/sgml/information_schema.sgml
@@ -32,6 +32,16 @@
32
automatically-generated constraint names avoid duplicates in the
33
same schema, but users can specify such duplicate names.
34
</para>
35
+
36
+ <para>
37
+ This problem can appear when querying information schema views like
38
+ <literal>referential_constraints</>, <literal>check_constraints</>,
39
+ <literal>domain_constraints</>, and
40
+ <literal>check_constraint_routine_usage</>. Some other views have
41
+ similar issues but contain the table name to help distinguish
42
+ duplicate rows, e.g. <literal>table_constraints</>,
43
+ <literal>constraint_table_usage</>, <literal>constraint_column_usage</>.
44
+ </para>
45
</note>
46
47
0 commit comments