1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Put lists in sensible order

This commit is contained in:
Peter Eisentraut 2011-05-22 22:21:37 +03:00
parent 219dfae4e1
commit 60497722ac

View File

@ -34,13 +34,13 @@
</para> </para>
<para> <para>
This problem can appear when querying information schema views like This problem can appear when querying information schema views such
<literal>referential_constraints</>, <literal>check_constraints</>, as <literal>check_constraint_routine_usage</>,
<literal>domain_constraints</>, and <literal>check_constraints</>, <literal>domain_constraints</>, and
<literal>check_constraint_routine_usage</>. Some other views have <literal>referential_constraints</>. Some other views have similar
similar issues but contain the table name to help distinguish issues but contain the table name to help distinguish duplicate
duplicate rows, e.g. <literal>table_constraints</>, rows, e.g., <literal>constraint_column_usage</>,
<literal>constraint_table_usage</>, <literal>constraint_column_usage</>. <literal>constraint_table_usage</>, <literal>table_constraints</>.
</para> </para>
</note> </note>