From 60497722ac6d69d8ff82fe328b0a128e73433bec Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 22 May 2011 22:21:37 +0300 Subject: [PATCH] Put lists in sensible order --- doc/src/sgml/information_schema.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index eba3a0a25d..2febb4ced8 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -34,13 +34,13 @@ - This problem can appear when querying information schema views like - referential_constraints, check_constraints, - domain_constraints, and - check_constraint_routine_usage. Some other views have - similar issues but contain the table name to help distinguish - duplicate rows, e.g. table_constraints, - constraint_table_usage, constraint_column_usage. + This problem can appear when querying information schema views such + as check_constraint_routine_usage, + check_constraints, domain_constraints, and + referential_constraints. Some other views have similar + issues but contain the table name to help distinguish duplicate + rows, e.g., constraint_column_usage, + constraint_table_usage, table_constraints. -- 2.40.0