Update release notes to current.
This commit is contained in:
parent
9885206cab
commit
d8c311c379
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.19 2010/04/29 22:03:41 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.20 2010/05/13 01:57:01 momjian Exp $ -->
|
||||||
|
|
||||||
<sect1 id="release-9-0">
|
<sect1 id="release-9-0">
|
||||||
<title>Release 9.0</title>
|
<title>Release 9.0</title>
|
||||||
@ -8,6 +8,10 @@
|
|||||||
<simpara>2010-??-??</simpara>
|
<simpara>2010-??-??</simpara>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
<!-- beta2 notes
|
||||||
|
recovery_connections -> hot_standby
|
||||||
|
-->
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
|
|
||||||
@ -157,6 +161,13 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></>
|
||||||
|
to support in-place upgrades
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -168,7 +179,7 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
|
|
||||||
<title>Migration to Version 9.0</title>
|
<title>Migration to Version 9.0</title>
|
||||||
<para>CURRENT AS OF 2010-04-29</para>
|
<para>CURRENT AS OF 2010-05-12</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
A dump/restore using <application>pg_dump</application> is
|
A dump/restore using <application>pg_dump</application> is
|
||||||
@ -2620,6 +2631,19 @@
|
|||||||
<title>Contrib</title>
|
<title>Contrib</title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></>
|
||||||
|
to support in-place upgrades (Bruce)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This avoids the requirement of dumping/reloading the database when
|
||||||
|
upgrading to a new major release of PostgreSQL. It supports upgrades
|
||||||
|
from PostgreSQL 8.3 and 8.4.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add multi-threaded option (<option>-j</>) to <link
|
Add multi-threaded option (<option>-j</>) to <link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user