We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54ae17 commit ec48770Copy full SHA for ec48770
doc/src/sgml/catalogs.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.194 2009/02/04 21:30:41 alvherre Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.195 2009/02/07 15:00:27 momjian Exp $ -->
2
<!--
3
Documentation of the system catalogs, directed toward PostgreSQL developers
4
-->
@@ -1983,7 +1983,7 @@
1983
<entry><structfield>conkey</structfield></entry>
1984
<entry><type>int2[]</type></entry>
1985
<entry><literal><link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.attnum</></entry>
1986
- <entry>If a table constraint, list of columns which the constraint constrains</entry>
+ <entry>If a table constraint (including a foreign key), list of the constrained columns</entry>
1987
</row>
1988
1989
<row>
0 commit comments