mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
9.5 release notes: mention ON CONFLICT DO NOTHING for FDWs
Report by Peter Geoghegan Backpatch through 9.5
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user