mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
9.3 release notes: suggested improvements from Jeff Janes and Josh Berkus
This commit is contained in:
@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Split pgstat file in per-database and global files (Tomas Vondra)
|
Split pgstat file into per-database and global files (Tomas Vondra)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -1518,15 +1518,21 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Allow write-enabled foreign data wrappers to support writes
|
||||||
|
(KaiGai Kohei)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add a Postgres foreign data wrapper contrib module (Shigeru
|
Add a Postgres foreign data wrapper contrib module (Shigeru
|
||||||
Hanada, KaiGai Kohei)
|
Hanada)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This foreign data wrapper allows writes; potentially other
|
This foreign data wrapper allows writes.
|
||||||
foreign data wrappers can now support writes.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user