projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484af9b
)
Clarify wording of foreign key documentation to mention null entries as
author
Bruce Momjian
<bruce@momjian.us>
Wed, 12 Oct 2011 20:58:39 +0000
(16:58 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 12 Oct 2011 20:58:39 +0000
(16:58 -0400)
not matching the primary key.
Report from Marek.Balgar@seznam.cz
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index c624fc2d9a23cb7c9d804384aa9f9acdd571a973..ea840fb8468f7d1d65b572d9880d74dd0178e143 100644
(file)
--- a/
doc/src/sgml/ddl.sgml
+++ b/
doc/src/sgml/ddl.sgml
@@
-688,7
+688,7
@@
CREATE TABLE orders (
quantity integer
);
</programlisting>
- Now it is impossible to create orders with
+ Now it is impossible to create orders with
non-NULL
<structfield>product_no</structfield> entries that do not appear in the
products table.
</para>