From: Peter Eisentraut Date: Wed, 2 May 2018 16:06:25 +0000 (-0400) Subject: doc: Correct update on limitations of partitions X-Git-Tag: REL_11_BETA1~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcded2609ade6204badde506025b414c8e6ef0cd;p=thirdparty%2Fpostgresql.git doc: Correct update on limitations of partitions Amit Langote --- diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 0c8eb48a24e..004ecacbbf1 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3340,6 +3340,13 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02 version. + + + + BEFORE ROW triggers, if necessary, must be defined + on individual partitions, not the partitioned table. + +