mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Update release notes, per comments from Simon Riggs.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.39.2.10 2010/08/25 00:48:06 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.39.2.11 2010/08/25 19:41:51 momjian Exp $ -->
|
||||||
|
|
||||||
<sect1 id="release-9-0">
|
<sect1 id="release-9-0">
|
||||||
<title>Release 9.0</title>
|
<title>Release 9.0</title>
|
||||||
@ -189,8 +189,9 @@
|
|||||||
<para>
|
<para>
|
||||||
Version 9.0 contains a number of changes that selectively break backwards
|
Version 9.0 contains a number of changes that selectively break backwards
|
||||||
compatibility in order to support new features and code quality
|
compatibility in order to support new features and code quality
|
||||||
improvements. Particularly, users who make extensive use of PL/pgSQL
|
improvements. Also, users who make extensive use of PL/pgSQL,
|
||||||
and/or PITR and Warm Standby should test their solutions for breakage.
|
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:
|
Observe the following incompatibilities:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -217,9 +218,12 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Replace server parameter <varname>archive_mode</> with
|
<link linkend="guc-archive-mode"><varname>archive_mode</></link>
|
||||||
<link linkend="guc-wal-level"><varname>wal_level</></link>
|
now only affects <link
|
||||||
(Heikki Linnakangas)
|
linkend="guc-archive-command"><varname>archive_command</></link>;
|
||||||
|
a new setting, <link
|
||||||
|
linkend="guc-wal-level"><varname>wal_level</></link>, affects
|
||||||
|
the contents of the write-ahead log (Heikki Linnakangas)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user