diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-08-31 17:04:40 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-08-31 17:09:02 -0400 |
commit | 0ebe82a9413fcd5621266ec57d9f4bc50f0457d8 (patch) | |
tree | ca4b8ea02b00cd45e1bffee1c62a0282b6d7b407 | |
parent | 9524fa1aa557b19c9f049b3d79dc93e53cb9d57b (diff) | |
download | postgresql-0ebe82a9413fcd5621266ec57d9f4bc50f0457d8.tar.gz postgresql-0ebe82a9413fcd5621266ec57d9f4bc50f0457d8.zip |
doc: Update partitioning limitation on BEFORE triggers
Reported-by: Erwin Brandstetter <brsaweda@gmail.com>
Discussion: https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=BtoNeb7AF2rZvfNBMeQcg@mail.gmail.com
-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> |