File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 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
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+ <!--
245024682014-12-18 [4a14f13] Tom Lane: Improve hash_create's API for selecting simple-..
24512469-->
24522470 <para>
You can’t perform that action at this time.
0 commit comments