|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.194 2009/02/04 21:30:41 alvherre Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.195 2009/02/07 15:00:27 momjian Exp $ --> |
2 | 2 | <!-- |
3 | 3 | Documentation of the system catalogs, directed toward PostgreSQL developers |
4 | 4 | --> |
|
1983 | 1983 | <entry><structfield>conkey</structfield></entry> |
1984 | 1984 | <entry><type>int2[]</type></entry> |
1985 | 1985 | <entry><literal><link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.attnum</></entry> |
1986 | | - <entry>If a table constraint, list ofcolumns whichtheconstraint constrains</entry> |
| 1986 | + <entry>If a table constraint (including a foreign key), list of theconstrained columns</entry> |
1987 | 1987 | </row> |
1988 | 1988 |
|
1989 | 1989 | <row> |
|