Commit 58e09b90 authored by Bruce Momjian's avatar Bruce Momjian

9.5 release notes: mention ON CONFLICT DO NOTHING for FDWs

Report by Peter Geoghegan

Backpatch through 9.5
parent cde35cf4
...@@ -2447,6 +2447,24 @@ FIXME: Improve description, link ...@@ -2447,6 +2447,24 @@ FIXME: Improve description, link
<listitem> <listitem>
<!-- <!--
2015-05-08 [168d580] Andres..: Add support for INSERT ... ON CONFLICT DO NOTHI..
2015-05-08 [2c8f483] Andres..: Represent columns requiring insert and update p..
-->
<para>
Foreign tables can now take part in <command>INSERT ... ON CONFLICT
DO NOTHING</> queries (Peter Geoghegan, Heikki Linnakangas,
Andres Freund)
</para>
<para>
Foreign data wrappers must be modified to handle this.
<command>INSERT ... ON CONFLICT DO UPDATE</> is not supported on
foreign tables.
</para>
</listitem>
<listitem>
<!--
2014-12-18 [4a14f13] Tom Lane: Improve hash_create's API for selecting simple-.. 2014-12-18 [4a14f13] Tom Lane: Improve hash_create's API for selecting simple-..
--> -->
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment