]> granicus.if.org Git - postgresql/commitdiff
doc: Update limitations of partitions
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 1 May 2018 11:48:51 +0000 (07:48 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 1 May 2018 11:48:51 +0000 (07:48 -0400)
David Rowley, Amit Langote

doc/src/sgml/ddl.sgml

index 34da0d8d5737641a765a5aa43b2b3d055c37476f..0c8eb48a24e722c25f20b8f8504ea74541e4786a 100644 (file)
@@ -3315,8 +3315,8 @@ 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.  (Foreign key
+       references from a partitioned table to some other table are supported.)
       </para>
      </listitem>
 
@@ -3340,13 +3340,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>