pgsql: Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CO

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CO
Date: 2025-11-03 20:59:45
Message-ID: E1vG1eT-004t2e-1Z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.

Author: Mikhail Nikalayeu <mihailnikalayeu(at)gmail(dot)com>
Reviewed-by: Noah Misch <noah(at)leadboat(dot)com>
Discussion: https://postgr.es/m/CANtu0ojXmqjmEzp-=aJSxjsdE76iAsRgHBoK0QtYHimb_mEfsg@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e1dd1f924e1990c604ce353c23fc6c0d2dc996a8

Modified Files
--------------
doc/src/sgml/ref/insert.sgml | 9 +++++++++
src/backend/optimizer/util/plancat.c | 5 +++++
2 files changed, 14 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-11-04 01:53:51 pgsql: Fix unconditional WAL receiver shutdown during stream-archive tr
Previous Message Masahiko Sawada 2025-11-03 18:35:06 pgsql: Fix outdated comment of COPY in gram.y.