8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808f8f5 commit b52cd9dCopy full SHA for b52cd9d
doc/src/sgml/release-9.3.sgml
@@ -698,6 +698,14 @@
698
</para>
699
</listitem>
700
701
+ <listitem>
702
+ <para>
703
+ Allow <link linkend="SQL-CREATEFOREIGNDATAWRAPPER">foreign data
704
+ wrappers</link> to support writes (inserts/updates/deletes) on foreign
705
+ tables (KaiGai Kohei)
706
+ </para>
707
+ </listitem>
708
+
709
<listitem>
710
<para>
711
Allow a multirow <link
@@ -1679,14 +1687,6 @@
1679
1687
1680
1688
<itemizedlist>
1681
1689
1682
- <listitem>
1683
- <para>
1684
- Allow <link linkend="SQL-CREATEFOREIGNDATAWRAPPER">foreign data
1685
- wrappers</link> to support writes (inserts/updates/deletes) on foreign
1686
- tables (KaiGai Kohei)
- </para>
- </listitem>
-
1690
1691
1692
Add a <productname>Postgres</> <link linkend="postgres-fdw">foreign
0 commit comments