pgsql: doc: clarify handling of ON CONFLICT with triggers

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify handling of ON CONFLICT with triggers
Date: 2023-12-08 02:35:52
Message-ID: E1rBQiW-0098WA-E1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify handling of ON CONFLICT with triggers

The previous wording was confusing. Also move partitioning mention to a
more logical location.

Reported-by: neil(at)fairwindsoft(dot)com

Discussion: https://postgr.es/m/20170703200710.27956.64565@wrigleys.postgresql.org

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2cc2d02dd04ff01602f25c141d814ab46776ade4

Modified Files
--------------
doc/src/sgml/trigger.sgml | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-12-08 03:16:50 pgsql: Fix potential pointer overflow in xlogreader.c.
Previous Message Michael Paquier 2023-12-08 01:38:07 pgsql: Fix path of regress shared library in pg_upgrade test