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

doc/src/sgml/high-availability.sgml

index 4b9abc470299f7fcb16ae4e8940f8db04b3a6d11..dc589edc290ff4ab788ad89deaf7f767812d6029 100644 (file)
  </varlistentry>
 
  <varlistentry>
-  <term>Query Broadcasting</term>
+  <term>Statement-Based Replication</term>
   <listitem>
 
    <para>
-    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.
    </para>
 
    <para>