projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569174f
)
Fix some nonstandard capitalization.
author
Robert Haas
Wed, 15 Feb 2017 12:53:38 +0000
(07:53 -0500)
committer
Robert Haas
Wed, 15 Feb 2017 12:53:38 +0000
(07:53 -0500)
Ashutosh Bapat
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index 39e44461e2f79d0d56c826cc5c31e84376ac8708..f909242e4c4968b8b720a31c9e04aac08db0a0e8 100644
(file)
--- a/
doc/src/sgml/ddl.sgml
+++ b/
doc/src/sgml/ddl.sgml
@@
-2907,8
+2907,8
@@
VALUES ('Albany', NULL, NULL, 'NY');
- Since
Primary Keys are not supprtable
on partitioned tables
-
F
oreign keys referencing partitioned tables are not supported, nor
+ Since
primary keys are not supported
on partitioned tables
+
f
oreign keys referencing partitioned tables are not supported, nor
are foreign key references from a partitioned table to some other table.