mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
Remove doc and code comments about ON CONFLICT deficiencies
They have been fixed, so we don't need this text anymore. This reverts
commit 8b18ed6dfb.
Author: Mihail Nikalayeu <mihailnikalayeu@gmail.com>
Discussion: https://postgr.es/m/CADzfLwWo+FV9WSeOah9F1r=4haa6eay1hNvYYy_WfziJeK+aLQ@mail.gmail.com
This commit is contained in:
@@ -594,15 +594,6 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
|
||||
</para>
|
||||
</tip>
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
While <command>CREATE INDEX CONCURRENTLY</command> or <command>REINDEX
|
||||
CONCURRENTLY</command> is running on a unique index, <command>INSERT
|
||||
... ON CONFLICT</command> statements on the same table may unexpectedly
|
||||
fail with a unique violation.
|
||||
</para>
|
||||
</warning>
|
||||
|
||||
</refsect2>
|
||||
</refsect1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user