On Fri, Jun 26, 2015 at 03:39:19PM -0700, Peter Geoghegan wrote: > On Wed, Jun 10, 2015 at 9:15 PM, Bruce Momjian <[email protected]> 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 <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
