Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee72793

Browse files
committed
Mention in the docs that temporary/non-temp tables can not share
referential integrity relationships.
1 parent1dd6bd1 commitee72793

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.94 2005/08/13 02:48:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.95 2005/10/31 18:13:52 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -421,7 +421,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
421421
primary key of the <replaceable
422422
class="parameter">reftable</replaceable> is used. The
423423
referenced columns must be the columns of a unique or primary
424-
key constraint in the referenced table.
424+
key constraint in the referenced table. Note that foreign key
425+
constraints may not be defined between temporary tables and
426+
permanent tables.
425427
</para>
426428

427429
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp