Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 58e09b9

Browse files
committed
9.5 release notes: mention ON CONFLICT DO NOTHING for FDWs
Report by Peter Geoghegan Backpatch through 9.5
1 parent cde35cf commit 58e09b9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/src/sgml/release-9.5.sgml

+18
Original file line numberDiff line numberDiff line change
@@ -2447,6 +2447,24 @@ FIXME: Improve description, link
24472447

24482448
<listitem>
24492449
<!--
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+
<!--
24502468
2014-12-18 [4a14f13] Tom Lane: Improve hash_create's API for selecting simple-..
24512469
-->
24522470
<para>

0 commit comments

Comments
 (0)