Update documentation to use Statement-Based Replication rather than
authorBruce Momjian
Mon, 20 Nov 2006 15:07:13 +0000 (15:07 +0000)
committerBruce Momjian
Mon, 20 Nov 2006 15:07:13 +0000 (15:07 +0000)
Query Broadcast.

doc/src/sgml/high-availability.sgml

index 56733e38e847fb10ecf7d3158edb2d25a21e9f33..69d5ebc84d2cc543735826325f8bab3fe5a4f483 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability and Load Balancing
  
 
  
-  Query Broadcasting
+  Statement-Based Replication
   
 
    
-    In query broadcasting, 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.
+    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.