summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-02-07 15:00:27 +0000
committerBruce Momjian <bruce@momjian.us>2009-02-07 15:00:27 +0000
commitec48770e0c20da5550c8d4cc0136612c1ddeb756 (patch)
tree9b4fbb145228d09da7b8328de6a5f12103086596
parentd54ae17b630bb579fae976bfc4dac1ce88b16165 (diff)
Update pg_constraint.conkey documentation description.
-rw-r--r--doc/src/sgml/catalogs.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 7005c92234e..65cd7e823de 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1,4 +1,4 @@
-<!-- $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 $ -->
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
-->
@@ -1983,7 +1983,7 @@
<entry><structfield>conkey</structfield></entry>
<entry><type>int2[]</type></entry>
<entry><literal><link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.attnum</></entry>
- <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>
</row>
<row>