Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c31f1dc

Browse filesBrowse files
committed
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
Copy full SHA for c31f1dc

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎doc/src/sgml/ddl.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ddl.sgml
+9Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.