From: Bruce Momjian Date: Tue, 13 Aug 2013 16:51:26 +0000 (-0400) Subject: 9.3 release notes: move foreign table item X-Git-Tag: REL9_3_RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cf5540c831460476d24566845422b8c81bd6581;p=postgresql 9.3 release notes: move foreign table item Move item about foreign data wrappers supporting inserts/updates/deletes to object manipulation. Backpatch to 9.3. From Etsuro Fujita --- diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 342db6ea8b..bc10f9a48a 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -698,6 +698,14 @@ + + + Allow foreign data + wrappers to support writes (inserts/updates/deletes) on foreign + tables (KaiGai Kohei) + + + Allow a multirow - - - Allow foreign data - wrappers to support writes (inserts/updates/deletes) on foreign - tables (KaiGai Kohei) - - - Add a Postgres foreign