]> granicus.if.org Git - postgresql/commitdiff
Put lists in sensible order
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 22 May 2011 19:21:37 +0000 (22:21 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 22 May 2011 19:38:53 +0000 (22:38 +0300)
doc/src/sgml/information_schema.sgml

index eba3a0a25da394087c0813bd886aaba5f91ecfc3..2febb4ced8727c60367d91ea92a617571d224bae 100644 (file)
   </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>