|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.53 2010/08/2500:47:57 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.54 2010/08/2519:41:38 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="release-9-0">
|
4 | 4 | <title>Release 9.0</title>
|
|
189 | 189 | <para>
|
190 | 190 | Version 9.0 contains a number of changes that selectively break backwards
|
191 | 191 | compatibility in order to support new features and code quality
|
192 |
| - improvements. Particularly, users who make extensive use of PL/pgSQL |
193 |
| - and/or PITR and Warm Standby should test their solutions for breakage. |
| 192 | + improvements. Also, users who make extensive use of PL/pgSQL, |
| 193 | + Point-In-Time Recovery (PITR), and Warm Standby should test their |
| 194 | + solutions because of slight user-visible changes in these areas. |
194 | 195 | Observe the following incompatibilities:
|
195 | 196 | </para>
|
196 | 197 |
|
|
217 | 218 |
|
218 | 219 | <listitem>
|
219 | 220 | <para>
|
220 |
| - Replace server parameter <varname>archive_mode</> with |
221 |
| - <link linkend="guc-wal-level"><varname>wal_level</></link> |
222 |
| - (Heikki Linnakangas) |
| 221 | + <link linkend="guc-archive-mode"><varname>archive_mode</></link> |
| 222 | + now only affects <link |
| 223 | + linkend="guc-archive-command"><varname>archive_command</></link>; |
| 224 | + a new setting, <link |
| 225 | + linkend="guc-wal-level"><varname>wal_level</></link>, affects |
| 226 | + the contents of the write-ahead log (Heikki Linnakangas) |
223 | 227 | </para>
|
224 | 228 | </listitem>
|
225 | 229 |
|
|