提交 ee72793a 编写于 作者: B Bruce Momjian

Mention in the docs that temporary/non-temp tables can not share

referential integrity relationships.
上级 1dd6bd19
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.94 2005/08/13 02:48:18 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.95 2005/10/31 18:13:52 momjian Exp $
PostgreSQL documentation
-->
......@@ -421,7 +421,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
primary key of the <replaceable
class="parameter">reftable</replaceable> is used. The
referenced columns must be the columns of a unique or primary
key constraint in the referenced table.
key constraint in the referenced table. Note that foreign key
constraints may not be defined between temporary tables and
permanent tables.
</para>
<para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册