From: Bruce Momjian Date: Mon, 20 Nov 2006 22:07:56 +0000 (+0000) Subject: Retitle documentation section, "Statement-Based Replication Using Middleware". X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e214e86e0469f46bfc98f62a093f1d1a864d74ba;p=users%2Fbernd%2Fpostgres.git Retitle documentation section, "Statement-Based Replication Using Middleware". --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 17d9b67714..91a04ab5ee 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -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.