OSDN Git Service

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

doc/src/sgml/high-availability.sgml

index 56733e3..69d5ebc 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.1 2006/11/17 16:38:44 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.2 2006/11/20 15:07:13 momjian Exp $ -->
 
 <chapter id="high-availability">
  <title>High Availability and Load Balancing</title>
  </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>