summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-12-09 14:11:58 -0500
committerRobert Haas <rhaas@postgresql.org>2015-12-09 14:12:40 -0500
commit4acee11e660aa5dd22d81a1d1d4476e158c16a59 (patch)
treec62739355b68ffc1399fdb95028c32caa0fe6c86
parente90371d1a79f4398867f4f3bb8547e94259b07b5 (diff)
downloadpostgresql-4acee11e660aa5dd22d81a1d1d4476e158c16a59.tar.gz
Remove redundant sentence.
Peter Geoghegan
-rw-r--r--doc/src/sgml/ref/insert.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml
index 5a21c13127..e710cf4091 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>