diff options
-rw-r--r-- | doc/src/sgml/ddl.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index f45c951b2b0..d3bf38fa60b 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -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> |