diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-02-22 06:49:39 +0530 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-02-22 06:49:39 +0530 |
commit | d912dd062b64287adcabab4180abafefd07cea14 (patch) | |
tree | b4e56a5853294472b8638eee4591da1e0e284956 | |
parent | c56ac2913a1f3adce674a2eb27257d0bca81317f (diff) | |
download | postgresql-d912dd062b64287adcabab4180abafefd07cea14.tar.gz postgresql-d912dd062b64287adcabab4180abafefd07cea14.zip |
doc: Add missing comma.
Yugo Nagata
-rw-r--r-- | doc/src/sgml/ddl.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |