aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-02-15 07:53:38 -0500
committerRobert Haas <rhaas@postgresql.org>2017-02-15 07:53:38 -0500
commite403732ef66d368f0a9a154d8f756f5d28615b8a (patch)
treead3088a612785b18c57d9365ccaf1d619c438afb
parent569174f1be92be93f5366212cc46960d28a5c5cd (diff)
downloadpostgresql-e403732ef66d368f0a9a154d8f756f5d28615b8a.tar.gz
postgresql-e403732ef66d368f0a9a154d8f756f5d28615b8a.zip
Fix some nonstandard capitalization.
Ashutosh Bapat
-rw-r--r--doc/src/sgml/ddl.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 39e44461e2f..f909242e4c4 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -2907,8 +2907,8 @@ VALUES ('Albany', NULL, NULL, 'NY');
<listitem>
<para>
- Since Primary Keys are not supprtable on partitioned tables
- Foreign keys referencing partitioned tables are not supported, nor
+ Since primary keys are not supported on partitioned tables
+ foreign keys referencing partitioned tables are not supported, nor
are foreign key references from a partitioned table to some other table.
</para>
</listitem>