8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db5026 commit 106ab85Copy full SHA for 106ab85
doc/src/sgml/ref/insert.sgml
@@ -75,6 +75,11 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
75
</para>
76
77
<para>
78
+ <command>INSERT</command> into tables that lack unique indexes will
79
+ not be blocked by concurrent activity. Tables with unique indexes
80
+ might block if concurrent sessions perform actions that lock or modify
81
+ rows matching the unique index values being inserted; the details
82
+ are covered in <xref linkend="index-unique-checks"/>.
83
<literal>ON CONFLICT</literal> can be used to specify an alternative
84
action to raising a unique constraint or exclusion constraint
85
violation error. (See <xref linkend="sql-on-conflict"/> below.)
0 commit comments