doc: Update partitioning limitation on BEFORE triggers
authorAlvaro Herrera <[email protected]>
Mon, 31 Aug 2020 21:04:40 +0000 (17:04 -0400)
committerAlvaro Herrera <[email protected]>
Mon, 31 Aug 2020 21:09:02 +0000 (17:09 -0400)
Reported-by: Erwin Brandstetter <[email protected]>
Discussion: https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=BtoNeb7AF2rZvfNBMeQcg@mail.gmail.com

doc/src/sgml/ddl.sgml

index f45c951b2b085345ec53bdf4f12a3ccfdeacc203..d3bf38fa60b464d8d778fbc6cb9e7157d0fc487d 100644 (file)
@@ -4065,8 +4065,8 @@ ALTER INDEX measurement_city_id_logdate_key
 
      <listitem>
       <para>
-       <literal>BEFORE ROW</literal> triggers, if necessary, must be defined
-       on individual partitions, not the partitioned table.
+       <literal>BEFORE ROW</literal> triggers cannot change which partition
+       is the final destination for a new row.
       </para>
      </listitem>