mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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
This commit is contained in:
parent
7f288a2348
commit
7cf5540c83
@ -698,6 +698,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Allow <link linkend="SQL-CREATEFOREIGNDATAWRAPPER">foreign data
|
||||
wrappers</link> to support writes (inserts/updates/deletes) on foreign
|
||||
tables (KaiGai Kohei)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Allow a multirow <link
|
||||
@ -1679,14 +1687,6 @@
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Allow <link linkend="SQL-CREATEFOREIGNDATAWRAPPER">foreign data
|
||||
wrappers</link> to support writes (inserts/updates/deletes) on foreign
|
||||
tables (KaiGai Kohei)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add a <productname>Postgres</> <link linkend="postgres-fdw">foreign
|
||||
|
Loading…
x
Reference in New Issue
Block a user