pgsql: doc: mention that INSERT can block because of unique indexes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: mention that INSERT can block because of unique indexes
Date: 2022-07-14 19:17:45
Message-ID: E1oC4LJ-000Bcp-0k@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: mention that INSERT can block because of unique indexes

Initial patch by David G. Johnston.

Reported-by: David G. Johnston

Discussion: https://postgr.es/m/CAKFQuwZpbdzceO41VE-xt1Xh8rWRRfgopTAK1wL9EhCo0Am-Sw@mail.gmail.com

Backpatch-through: 10

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4996786a90aa195025e2ee1fccb9d478740108a6

Modified Files
--------------
doc/src/sgml/ref/insert.sgml | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-07-14 19:33:53 pgsql: doc: clarify that "excluded" ON CONFLICT is a single row
Previous Message Bruce Momjian 2022-07-14 16:09:21 pgsql: doc: mention the pg_locks lock names in parentheses