Thanks to visit codestin.com Credit goes to github.com
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 7f288a2 commit 7cf5540Copy full SHA for 7cf5540
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