Mention warm and now "hot" standby servers in the high availability docs.
authorBruce Momjian <[email protected]>
Fri, 5 Feb 2010 23:53:22 +0000 (23:53 +0000)
committerBruce Momjian <[email protected]>
Fri, 5 Feb 2010 23:53:22 +0000 (23:53 +0000)
doc/src/sgml/high-availability.sgml

index a471c6668893a2505fa047654f749884383d5102..fe6c1f74e4f9c1ba7cc78a61b76418bfd7129b3a 100644 (file)
@@ -135,21 +135,22 @@ protocol to make nodes agree on a serializable transactional order.
   </varlistentry>
 
   <varlistentry>
-   <term>Warm Standby Using Point-In-Time Recovery (<acronym>PITR</>)</term>
+   <term>Warm and Hot Standby Using Point-In-Time Recovery (<acronym>PITR</>)</term>
    <listitem>
 
     <para>
-     A warm standby server (see <xref linkend="warm-standby">) can
-     be kept current by reading a stream of write-ahead log (<acronym>WAL</>)
+     Warm and hot standby servers can be kept current by reading a
+     stream of write-ahead log (<acronym>WAL</>)
      records.  If the main server fails, the warm standby contains
      almost all of the data of the main server, and can be quickly
      made the new master database server.  This is asynchronous and
      can only be done for the entire database server.
     </para>
     <para>
-     A PITR warm standby server can be kept more up-to-date using the
-     streaming replication feature built into <productname>PostgreSQL</> 8.5
-     onwards;  see <xref linkend="warm-standby">.
+     A PITR standby server can be kept more up-to-date using streaming
+     replication.;  see <xref linkend="streaming-replication">.  For
+     warm standby information, see <xref linkend="warm-standby">, and
+     for hot standby, see <xref linkend="hot-standby">.
     </para>
    </listitem>
   </varlistentry>