From d912dd062b64287adcabab4180abafefd07cea14 Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Wed, 22 Feb 2017 06:49:39 +0530
Subject: [PATCH] doc: Add missing comma.

Yugo Nagata
---
 doc/src/sgml/ddl.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 5779eac43d9..ef0f7cf7270 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -2899,7 +2899,7 @@ VALUES ('Albany', NULL, NULL, 'NY');
 
      <listitem>
       <para>
-       Since primary keys are not supported on partitioned tables
+       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>
-- 
GitLab