File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2447,6 +2447,24 @@ FIXME: Improve description, link
2447
2447
2448
2448
<listitem>
2449
2449
<!--
2450
+ 2015-05-08 [168d580] Andres..: Add support for INSERT ... ON CONFLICT DO NOTHI..
2451
+ 2015-05-08 [2c8f483] Andres..: Represent columns requiring insert and update p..
2452
+ -->
2453
+ <para>
2454
+ Foreign tables can now take part in <command>INSERT ... ON CONFLICT
2455
+ DO NOTHING</> queries (Peter Geoghegan, Heikki Linnakangas,
2456
+ Andres Freund)
2457
+ </para>
2458
+
2459
+ <para>
2460
+ Foreign data wrappers must be modified to handle this.
2461
+ <command>INSERT ... ON CONFLICT DO UPDATE</> is not supported on
2462
+ foreign tables.
2463
+ </para>
2464
+ </listitem>
2465
+
2466
+ <listitem>
2467
+ <!--
2450
2468
2014-12-18 [4a14f13] Tom Lane: Improve hash_create's API for selecting simple-..
2451
2469
-->
2452
2470
<para>
You can’t perform that action at this time.
0 commit comments