pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Date
Msg-id E1vSvMk-003bTM-1m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix statement about ON CONFLICT and deferrable constraints.

The description of deferrable constraints in create_table.sgml states
that deferrable constraints cannot be used as conflict arbitrators in
an INSERT with an ON CONFLICT DO UPDATE clause, but in fact this
restriction applies to all ON CONFLICT clauses, not just those with DO
UPDATE. Fix this, and while at it, change the word "arbitrators" to
"arbiters", to match the terminology used elsewhere.

Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Discussion: https://postgr.es/m/CAEZATCWsybvZP3ce8rGcVNx-QHuDOJZDz8y=p1SzqHwjRXyV4Q@mail.gmail.com
Backpatch-through: 14

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7a02ac28ab11026a5c9ccc774fed2f2613bde77e

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Widen MultiXactOffset to 64 bits