From: Bruce Momjian Date: Thu, 13 May 2010 01:57:01 +0000 (+0000) Subject: Update release notes to current. X-Git-Tag: REL9_0_BETA2~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8c311c3797a18d0e073a9959d6f557be5be10d7;p=postgresql Update release notes to current. --- diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index b263d3fc35..76ad12d93d 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + Release 9.0 @@ -8,6 +8,10 @@ 2010-??-?? + + Overview @@ -157,6 +161,13 @@ + + + Add /contrib/pg_upgrade + to support in-place upgrades + + + @@ -168,7 +179,7 @@ Migration to Version 9.0 - CURRENT AS OF 2010-04-29 + CURRENT AS OF 2010-05-12 A dump/restore using pg_dump is @@ -2620,6 +2631,19 @@ Contrib + + + Add /contrib/pg_upgrade + to support in-place upgrades (Bruce) + + + + 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. + + + Add multi-threaded option (