Commit 42cfdfb4 authored by Neil Conway's avatar Neil Conway

Fix a typo.

parent 4b8049b8
<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.11 2006/11/17 08:46:53 meskes Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.12 2006/11/17 09:00:03 neilc Exp $ -->
<chapter id="failover"> <chapter id="failover">
<title>Failover, Replication, Load Balancing, and Clustering Options</title> <title>Failover, Replication, Load Balancing, and Clustering Options</title>
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<para> <para>
A master/slave replication setup sends all data modification A master/slave replication setup sends all data modification
queries to the master server. The master server asynchonously queries to the master server. The master server asynchronously
sends data changes to the slave server. The slave can answer sends data changes to the slave server. The slave can answer
read-only queries while the master server is running. The read-only queries while the master server is running. The
slave server is ideal for data warehouse queries. slave server is ideal for data warehouse queries.
......
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