Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc31f1dc

Browse files
committed
Add paragraph about ON CONFLICT interaction with partitioning.
Author: Peter Geoghegan and Andres FreundDiscussion: CAM3SWZScpWzQ-7EJC77vwqzZ1GO8GNmURQ1QqDQ3wRn7AbW1Cg@mail.gmail.com, CAHGQGwFUCWwSU7dtc2aRdRk73ztyr_jY5cPOyts+K8xKJ92X4Q@mail.gmail.comBackpatch: 9.5, where UPSERT was introduced
1 parentf3a764b commitc31f1dc

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)

[8]ページ先頭

©2009-2025 Movatter.jp