From 97dc0d1d58916e2f063ce8a7eec6bd4d3bc29197 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 31 Aug 2020 17:04:40 -0400 Subject: [PATCH] doc: Update partitioning limitation on BEFORE triggers Reported-by: Erwin Brandstetter Discussion: https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=BtoNeb7AF2rZvfNBMeQcg@mail.gmail.com --- doc/src/sgml/ddl.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 991323d347..c425df8545 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -4065,8 +4065,8 @@ ALTER INDEX measurement_city_id_logdate_key - BEFORE ROW triggers, if necessary, must be defined - on individual partitions, not the partitioned table. + BEFORE ROW triggers cannot change which partition + is the final destination for a new row.