From: Alvaro Herrera Date: Fri, 6 Apr 2018 20:41:44 +0000 (-0300) Subject: Fix badly edited doc sentence X-Git-Tag: REL_11_BETA1~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cabe3863015efc72d513d3aa3b47d03eed96f49;p=postgresql Fix badly edited doc sentence Noted by Vik Fearing and Robert Haas --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index d49899c497..be0effa5d9 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -549,9 +549,8 @@ WITH ( MODULUS numeric_literal, REM Partitioned tables do not support EXCLUDE constraints; however, you can define these constraints on individual partitions. Also, while it's possible to define PRIMARY KEY - 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.