Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 778bb7b

Browse files
committed
Retitle documentation section, "Statement-Based Replication Using Middleware".
1 parent b8c01d9 commit 778bb7b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.3 2006/11/20 21:26:22 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.4 2006/11/20 22:07:56 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability and Load Balancing</title>
@@ -143,14 +143,15 @@
143143
</varlistentry>
144144

145145
<varlistentry>
146-
<term>Statement-Based Replication</term>
146+
<term>Statement-Based Replication Middleware</term>
147147
<listitem>
148148

149149
<para>
150-
In statement-based replication, a program intercepts every SQL
151-
query and sends it to all servers. Each server operates
152-
independently. Read-only queries can be sent to a single server
153-
because there is no need for all servers to process it.
150+
With statement-based replication middleware, a program intercepts
151+
every SQL query and sends it to all servers. Each server
152+
operates independently. Read-only queries can be sent to a
153+
single server because there is no need for all servers to
154+
process it.
154155
</para>
155156

156157
<para>

0 commit comments

Comments
 (0)