From 778bb7b60d8b36029f9e874a1b38428115bef0d1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 20 Nov 2006 22:07:56 +0000 Subject: [PATCH] Retitle documentation section, "Statement-Based Replication Using Middleware". --- doc/src/sgml/high-availability.sgml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 03d266dc86..185b77b04c 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability and Load Balancing @@ -143,14 +143,15 @@ - 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. -- GitLab