From 0d812f1966a56de905b43bc1902fb7c5b570f9b3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 25 Aug 2010 19:41:38 +0000 Subject: [PATCH] Update release notes, per comments from Simon Riggs. --- doc/src/sgml/release-9.0.sgml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 1b29ed1755..31102a21b9 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + Release 9.0 @@ -189,8 +189,9 @@ Version 9.0 contains a number of changes that selectively break backwards compatibility in order to support new features and code quality - improvements. Particularly, users who make extensive use of PL/pgSQL - and/or PITR and Warm Standby should test their solutions for breakage. + improvements. Also, users who make extensive use of PL/pgSQL, + Point-In-Time Recovery (PITR), and Warm Standby should test their + solutions because of slight user-visible changes in these areas. Observe the following incompatibilities: @@ -217,9 +218,12 @@ - Replace server parameter archive_mode with - wal_level - (Heikki Linnakangas) + archive_mode + now only affects archive_command; + a new setting, wal_level, affects + the contents of the write-ahead log (Heikki Linnakangas) -- 2.40.0