8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baab7a0 commit 16dc6f0Copy full SHA for 16dc6f0
doc/src/sgml/release-8.5.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<sect1 id="release-8-5">
4
<title>Release 8.5alpha3</title>
@@ -304,6 +304,13 @@
304
<sect3>
305
<title>Administration and Monitoring</title>
306
<itemizedlist>
307
+ <listitem>
308
+ <para>
309
+ <emphasis>Allow read-only connections during recovery, also
310
+ known as Hot Standby. This provides a built-in master-slave
311
+ replication solution.</emphasis>
312
+ </para>
313
+ </listitem>
314
<listitem>
315
<para>
316
<emphasis>Provide a parenthesized-options syntax for VACUUM, analogous to
0 commit comments