Commit 16dc6f0c authored by Peter Eisentraut's avatar Peter Eisentraut

Add hot standby to release notes

parent baab7a04
<!-- $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"> <sect1 id="release-8-5">
<title>Release 8.5alpha3</title> <title>Release 8.5alpha3</title>
...@@ -304,6 +304,13 @@ ...@@ -304,6 +304,13 @@
<sect3> <sect3>
<title>Administration and Monitoring</title> <title>Administration and Monitoring</title>
<itemizedlist> <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> <listitem>
<para> <para>
<emphasis>Provide a parenthesized-options syntax for VACUUM, analogous to <emphasis>Provide a parenthesized-options syntax for VACUUM, analogous to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment