Skip to content
Snippets Groups Projects
Commit c00239ea authored by Robert Haas's avatar Robert Haas
Browse files

Remove redundant sentence.

Peter Geoghegan
parent b287df70
No related branches found
No related tags found
No related merge requests found
...@@ -482,8 +482,7 @@ INSERT INTO <replaceable class="PARAMETER">table_name</replaceable> [ AS <replac ...@@ -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 row more than once; a cardinality violation error will be raised
when this situation arises. Rows proposed for insertion should when this situation arises. Rows proposed for insertion should
not duplicate each other in terms of attributes constrained by an not duplicate each other in terms of attributes constrained by an
arbiter index or constraint. Note that exclusion constraints are arbiter index or constraint.
not supported with <literal>ON CONFLICT DO UPDATE</literal>.
</para> </para>
<tip> <tip>
<para> <para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment