There is a redundant second appearance of more or less the same sentence at one point in the new INSERT documentation -- I missed this during the recent overhaul of the 9.5+ INSERT documentation.
Attached is a trivial patch that fixes this issue. -- Peter Geoghegan
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index 945eb69..21b28a6 100644 --- a/doc/src/sgml/ref/insert.sgml +++ b/doc/src/sgml/ref/insert.sgml @@ -482,8 +482,7 @@ INSERT INTO <replaceable class="PARAMETER">table_name</replaceable> [ AS <replac row more than once; a cardinality violation error will be raised when this situation arises. Rows proposed for insertion should not duplicate each other in terms of attributes constrained by an - arbiter index or constraint. Note that exclusion constraints are - not supported with <literal>ON CONFLICT DO UPDATE</literal>. + arbiter index or constraint. </para> <tip> <para>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers