diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-04-06 17:41:44 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-04-06 17:41:44 -0300 |
commit | 3cabe3863015efc72d513d3aa3b47d03eed96f49 (patch) | |
tree | 05214bfa5bac6ada5d92910450e120cb88639a02 | |
parent | 032429701e477116dae9482cc1bf0df8d5ac8f77 (diff) | |
download | postgresql-3cabe3863015efc72d513d3aa3b47d03eed96f49.tar.gz postgresql-3cabe3863015efc72d513d3aa3b47d03eed96f49.zip |
Fix badly edited doc sentence
Noted by Vik Fearing and Robert Haas
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index d49899c4971..be0effa5d91 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -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> |