]> granicus.if.org Git - postgresql/commitdiff
Fix badly edited doc sentence
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 6 Apr 2018 20:41:44 +0000 (17:41 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 6 Apr 2018 20:41:44 +0000 (17:41 -0300)
Noted by Vik Fearing and Robert Haas

doc/src/sgml/ref/create_table.sgml

index d49899c497145846900b5e731f63e06418cffa6d..be0effa5d91cb6c7d59d4ea6ff58d4523ae55f29 100644 (file)
@@ -549,9 +549,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
       Partitioned tables do not support <literal>EXCLUDE</literal> constraints;
       however, you can define these constraints on individual partitions.
       Also, while it's possible to define <literal>PRIMARY KEY</literal>
-      constraints on partitioned tables, it is not supported to create foreign
-      keys cannot that reference them.  This restriction will be lifted in a
-      future release.
+      constraints on partitioned tables, creating foreign keys that
+      reference a partitioned table is not yet supported.
      </para>
 
     </listitem>