|
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 $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="release-9-0">
|
4 | 4 | <title>Release 9.0</title>
|
|
8 | 8 | <simpara>2010-??-??</simpara>
|
9 | 9 | </note>
|
10 | 10 |
|
| 11 | +<!-- beta2 notes |
| 12 | +recovery_connections -> hot_standby |
| 13 | +--> |
| 14 | + |
11 | 15 | <sect2>
|
12 | 16 | <title>Overview</title>
|
13 | 17 |
|
|
157 | 161 | </para>
|
158 | 162 | </listitem>
|
159 | 163 |
|
| 164 | + <listitem> |
| 165 | + <para> |
| 166 | + Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></> |
| 167 | + to support in-place upgrades |
| 168 | + </para> |
| 169 | + </listitem> |
| 170 | + |
160 | 171 | </itemizedlist>
|
161 | 172 |
|
162 | 173 | <para>
|
|
168 | 179 | <sect2>
|
169 | 180 |
|
170 | 181 | <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> |
172 | 183 |
|
173 | 184 | <para>
|
174 | 185 | A dump/restore using <application>pg_dump</application> is
|
|
2620 | 2631 | <title>Contrib</title>
|
2621 | 2632 | <itemizedlist>
|
2622 | 2633 |
|
| 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 | + |
2623 | 2647 | <listitem>
|
2624 | 2648 | <para>
|
2625 | 2649 | Add multi-threaded option (<option>-j</>) to <link
|
|