projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b287df7
)
Remove redundant sentence.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 9 Dec 2015 19:11:58 +0000
(14:11 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 9 Dec 2015 19:11:58 +0000
(14:11 -0500)
Peter Geoghegan
doc/src/sgml/ref/insert.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/insert.sgml
b/doc/src/sgml/ref/insert.sgml
index 5a21c131270b8a2ca7cb7d525164fa7519abd141..e710cf4091b8a46e03d269b69c1ce3b3c5ea0a05 100644
(file)
--- 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>