On 2018/04/26 13:01, David Rowley wrote:
> The attached small patch removes the mention that partitioned tables
> cannot have foreign keys defined on them.
> 
> This has been supported since 3de241db

I noticed also that the item regarding row triggers might be obsolete as
of 86f575948c7, thanks again to Alvaro!  So, I updated your patch to take
care of that.

Thanks,
Amit
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 89735b4804..c2e4ec9ab9 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -3315,8 +3315,7 @@ ALTER TABLE measurement ATTACH PARTITION 
measurement_y2008m02
      <listitem>
       <para>
        While primary keys are 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.
+       keys referencing partitioned tables are not supported.
       </para>
      </listitem>
 
@@ -3340,13 +3339,6 @@ ALTER TABLE measurement ATTACH PARTITION 
measurement_y2008m02
        version.
       </para>
      </listitem>
-
-     <listitem>
-      <para>
-       Row triggers, if necessary, must be defined on individual partitions,
-       not the partitioned table.
-      </para>
-     </listitem>
     </itemizedlist>
     </para>
     </sect3>

Reply via email to