Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6049772

Browse files
committed
Put lists in sensible order
1 parent 219dfae commit 6049772

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/information_schema.sgml

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
</para>
3535

3636
<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</>.
37+
This problem can appear when querying information schema views such
38+
as <literal>check_constraint_routine_usage</>,
39+
<literal>check_constraints</>, <literal>domain_constraints</>, and
40+
<literal>referential_constraints</>. Some other views have similar
41+
issues but contain the table name to help distinguish duplicate
42+
rows, e.g., <literal>constraint_column_usage</>,
43+
<literal>constraint_table_usage</>, <literal>table_constraints</>.
4444
</para>
4545
</note>
4646

0 commit comments

Comments
 (0)