diff options
-rw-r--r-- | doc/src/sgml/release-8.5.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/release-8.5.sgml b/doc/src/sgml/release-8.5.sgml index 12f9eff68ca..4e247a38115 100644 --- a/doc/src/sgml/release-8.5.sgml +++ b/doc/src/sgml/release-8.5.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.13 2009/12/19 05:37:01 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.14 2009/12/19 20:33:12 petere Exp $ --> <sect1 id="release-8-5"> <title>Release 8.5alpha3</title> @@ -306,6 +306,13 @@ <itemizedlist> <listitem> <para> + <emphasis>Allow read-only connections during recovery, also + known as Hot Standby. This provides a built-in master-slave + replication solution.</emphasis> + </para> + </listitem> + <listitem> + <para> <emphasis>Provide a parenthesized-options syntax for VACUUM, analogous to that recently adopted for EXPLAIN. This will allow additional options to be implemented in future without having to make them |