[HACKERS] postgres_fdw: Add support for INSERT OVERRIDING clause - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] postgres_fdw: Add support for INSERT OVERRIDING clause
Date
Msg-id e3a42b23-4dd0-6570-f4f6-6a27d7207c39@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] postgres_fdw: Add support for INSERT OVERRIDING clause
List pgsql-hackers
It has been pointed out to me that the command deparsing in postgres_fdw
does not support the INSERT OVERRIDING clause that was added in PG10.
Here is a patch that seems to fix that.  I don't know much about this,
whether anything else needs to be added or whether there should be
tests.  Perhaps someone more familiar with postgres_fdw details can
check it.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [HACKERS] Consistently catch errors from Python _New() functions
Next
From: Greg Stark
Date:
Subject: [HACKERS] Re: Anyone have experience benchmarking very high effective_io_concurrencyon NVME's?