Retitle documentation section, "Statement-Based Replication Using Middleware".
authorBruce Momjian
Mon, 20 Nov 2006 22:07:56 +0000 (22:07 +0000)
committerBruce Momjian
Mon, 20 Nov 2006 22:07:56 +0000 (22:07 +0000)
doc/src/sgml/high-availability.sgml

index 03d266dc8657214d6121007cee2b87b8cf617c05..185b77b04c7b731da4ee37b66df17fc86e69283a 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability and Load Balancing
  
 
  
-  Statement-Based Replication
+  Statement-Based Replication Middleware
   
 
    
-    In statement-based replication, a program intercepts every SQL
-    query and sends it to all servers.  Each server operates
-    independently.  Read-only queries can be sent to a single server
-    because there is no need for all servers to process it.
+    With statement-based replication middleware, a program intercepts
+    every SQL query and sends it to all servers.  Each server
+    operates independently.  Read-only queries can be sent to a
+    single server because there is no need for all servers to
+    process it.