pgsql: Add FDW documentation notes about insert and update tuple routin

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add FDW documentation notes about insert and update tuple routin
Date: 2019-04-26 09:23:10
Message-ID: E1hJx4Y-0007rO-Hz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-04-26 09:25:38 Re: pgsql: Allow insert and update tuple routing and COPY for foreign table
Previous Message Etsuro Fujita 2019-04-26 04:58:15 Re: pgsql: Allow insert and update tuple routing and COPY for foreign table