diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-07-01 02:33:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-07-01 02:33:21 +0000 |
commit | c37e0096787cc83b7f40aaff390238ae4662c0c4 (patch) | |
tree | aba5ec078c937de6d85d3fa91c16a2524cab8d56 | |
parent | 350ab443beba3ce8a7ddf2090a3694de330f6bb3 (diff) | |
download | postgresql-c37e0096787cc83b7f40aaff390238ae4662c0c4.tar.gz postgresql-c37e0096787cc83b7f40aaff390238ae4662c0c4.zip |
Update 9.0 release notes so streaming replication and hot standby is not
assumed to require continuous archiving.
Per report from Fujii Masao
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index ab3b8c070dd..7ed1ead414d 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.37 2010/06/30 14:25:24 adunstan Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.38 2010/07/01 02:33:21 momjian Exp $ --> <sect1 id="release-9-0"> <title>Release 9.0</title> @@ -398,7 +398,7 @@ <itemizedlist> <listitem> <para> - Allow continuous archive standby systems to accept read-only queries + Allow a standby system to accept read-only queries (Simon Riggs, Heikki Linnakangas) </para> @@ -412,7 +412,7 @@ <listitem> <para> - Allow continuous archive (<acronym>WAL</>) files to be streamed to a + Allow write-ahead log (<acronym>WAL</>) files to be streamed to a standby system (Fujii Masao, Heikki Linnakangas) </para> |