pgsql: Add FDW documentation notes about insert and update tupleroutin - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Add FDW documentation notes about insert and update tupleroutin
Date
Msg-id E1hJx4Y-0007rO-Hz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add FDW documentation notes about insert and update tuple routing and COPY.

Author: Laurenz Albe and Etsuro Fujita
Reviewed-by: Laurenz Albe and Amit Langote
Backpatch-through: 11 where support for that by FDWs was added
Discussion: https://postgr.es/m/bf36a0288e8f31b4f2f40952e225bf892dc1ffc5.camel@cybertec.at

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/53f48a2abb7b13a866d62e68e6ecfb11b637b0b1

Modified Files
--------------
doc/src/sgml/fdwhandler.sgml | 15 +++++++++++++++
doc/src/sgml/release-11.sgml |  3 +++
2 files changed, 18 insertions(+)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: pgsql: Allow insert and update tuple routing and COPY for foreigntable
Next
From: Etsuro Fujita
Date:
Subject: Re: pgsql: Allow insert and update tuple routing and COPY for foreigntable