projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd6bd1
)
Mention in the docs that temporary/non-temp tables can not share
author
Bruce Momjian
Mon, 31 Oct 2005 18:13:52 +0000
(18:13 +0000)
committer
Bruce Momjian
Mon, 31 Oct 2005 18:13:52 +0000
(18:13 +0000)
referential integrity relationships.
doc/src/sgml/ref/create_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_table.sgml
b/doc/src/sgml/ref/create_table.sgml
index 7be5d28878cab61f987d523e4476d13f005d5248..0bcd784911c1a78499e0e6a5f7bc44e2ed080213 100644
(file)
--- a/
doc/src/sgml/ref/create_table.sgml
+++ b/
doc/src/sgml/ref/create_table.sgml
@@
-1,5
+1,5
@@
@@
-421,7
+421,9
@@
and
table_constraint
is:
primary key of the
class="parameter">reftable 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.