From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Peter Geoghegan <pg(at)heroku(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 9.5 release notes |
Date: | 2015-08-07 01:08:57 |
Message-ID: | 20150807010857.GR13687@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Jun 26, 2015 at 03:39:19PM -0700, Peter Geoghegan wrote:
> On Wed, Jun 10, 2015 at 9:15 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > I am ready to make suggested adjustments
>
> I attach a compatibility note that is clearly needed; adding this is
> an open item of mine for 9.5. This concerns foreign data wrappers and
> UPSERT.
I though tabout this, and it is really an issue for FDW authors, not for
end users, so I put this text in the Source Code changes section:
+ <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>
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-08-07 01:38:46 | Re: 9.5 release notes |
Previous Message | Tom Lane | 2015-08-07 00:21:41 | Re: [sqlsmith] Failed assertion in joinrels.c |