mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
9.3 release notes: suggested improvements from Jeff Janes and Josh Berkus
This commit is contained in:
@ -224,7 +224,7 @@
|
||||
|
||||
<listitem>
|
||||
<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>
|
||||
@ -1518,15 +1518,21 @@
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Allow write-enabled foreign data wrappers to support writes
|
||||
(KaiGai Kohei)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add a Postgres foreign data wrapper contrib module (Shigeru
|
||||
Hanada, KaiGai Kohei)
|
||||
Hanada)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This foreign data wrapper allows writes; potentially other
|
||||
foreign data wrappers can now support writes.
|
||||
This foreign data wrapper allows writes.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user