diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-05-22 22:21:37 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-05-22 22:38:53 +0300 |
commit | 60497722ac6d69d8ff82fe328b0a128e73433bec (patch) | |
tree | 489bed077d4a642a4687f1ff96f63428b2f97c16 | |
parent | 219dfae4e1b0ca7cbc0b2f0f7740e01657964c07 (diff) | |
download | postgresql-60497722ac6d69d8ff82fe328b0a128e73433bec.tar.gz postgresql-60497722ac6d69d8ff82fe328b0a128e73433bec.zip |
Put lists in sensible order
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index eba3a0a25da..2febb4ced87 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -34,13 +34,13 @@ </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</>. + This problem can appear when querying information schema views such + as <literal>check_constraint_routine_usage</>, + <literal>check_constraints</>, <literal>domain_constraints</>, and + <literal>referential_constraints</>. Some other views have similar + issues but contain the table name to help distinguish duplicate + rows, e.g., <literal>constraint_column_usage</>, + <literal>constraint_table_usage</>, <literal>table_constraints</>. </para> </note> |