Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c31f1dc

Browse files
committedNov 9, 2015
Add paragraph about ON CONFLICT interaction with partitioning.
Author: Peter Geoghegan and Andres Freund Discussion: CAM3SWZScpWzQ-7EJC77vwqzZ1GO8GNmURQ1QqDQ3wRn7AbW1Cg@mail.gmail.com, CAHGQGwFUCWwSU7dtc2aRdRk73ztyr_jY5cPOyts+K8xKJ92X4Q@mail.gmail.com Backpatch: 9.5, where UPSERT was introduced
1 parent f3a764b commit c31f1dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎doc/src/sgml/ddl.sgml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,6 +3246,15 @@ ANALYZE measurement;
32463246
</para>
32473247
</listitem>
32483248

3249+
<listitem>
3250+
<para>
3251+
<command>INSERT</command> statements with <literal>ON CONFLICT</>
3252+
clauses are unlikely to work as expected, as the <literal>ON CONFLICT</>
3253+
action is only taken in case of unique violations on the specified
3254+
target relation, not its child relations.
3255+
</para>
3256+
</listitem>
3257+
32493258
</itemizedlist>
32503259
</para>
32513260

0 commit comments

Comments
 (0)
Failed to load comments.