Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d8c311c

Browse files
committed
Update release notes to current.
1 parent 9885206 commit d8c311c

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.19 2010/04/29 22:03:41 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.20 2010/05/13 01:57:01 momjian Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -8,6 +8,10 @@
88
<simpara>2010-??-??</simpara>
99
</note>
1010

11+
<!-- beta2 notes
12+
recovery_connections -> hot_standby
13+
-->
14+
1115
<sect2>
1216
<title>Overview</title>
1317

@@ -157,6 +161,13 @@
157161
</para>
158162
</listitem>
159163

164+
<listitem>
165+
<para>
166+
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></>
167+
to support in-place upgrades
168+
</para>
169+
</listitem>
170+
160171
</itemizedlist>
161172

162173
<para>
@@ -168,7 +179,7 @@
168179
<sect2>
169180

170181
<title>Migration to Version 9.0</title>
171-
<para>CURRENT AS OF 2010-04-29</para>
182+
<para>CURRENT AS OF 2010-05-12</para>
172183

173184
<para>
174185
A dump/restore using <application>pg_dump</application> is
@@ -2620,6 +2631,19 @@
26202631
<title>Contrib</title>
26212632
<itemizedlist>
26222633

2634+
<listitem>
2635+
<para>
2636+
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></>
2637+
to support in-place upgrades (Bruce)
2638+
</para>
2639+
2640+
<para>
2641+
This avoids the requirement of dumping/reloading the database when
2642+
upgrading to a new major release of PostgreSQL. It supports upgrades
2643+
from PostgreSQL 8.3 and 8.4.
2644+
</para>
2645+
</listitem>
2646+
26232647
<listitem>
26242648
<para>
26252649
Add multi-threaded option (<option>-j</>) to <link

0 commit comments

Comments
 (0)