mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Update wording about information schema and name which views potentially
can have duplicates, per request from Tom.
This commit is contained in:
parent
5a922f13ef
commit
2c72d7042b
@ -32,6 +32,16 @@
|
|||||||
automatically-generated constraint names avoid duplicates in the
|
automatically-generated constraint names avoid duplicates in the
|
||||||
same schema, but users can specify such duplicate names.
|
same schema, but users can specify such duplicate names.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This problem can appear when querying information schema views like
|
||||||
|
<literal>referential_constraints</>, <literal>check_constraints</>,
|
||||||
|
<literal>domain_constraints</>, and
|
||||||
|
<literal>check_constraint_routine_usage</>. Some other views have
|
||||||
|
similar issues but contain the table name to help distinguish
|
||||||
|
duplicate rows, e.g. <literal>table_constraints</>,
|
||||||
|
<literal>constraint_table_usage</>, <literal>constraint_column_usage</>.
|
||||||
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user