Skip to content

Commit 900c996

Browse files
committed
Update documentation to use Statement-Based Replication rather than
Query Broadcast.
1 parent 419fe7c commit 900c996

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 6 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.1 2006/11/17 16:38:44 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.2 2006/11/20 15:07:13 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability and Load Balancing</title>
@@ -140,14 +140,14 @@
140140
</varlistentry>
141141

142142
<varlistentry>
143-
<term>Query Broadcasting</term>
143+
<term>Statement-Based Replication</term>
144144
<listitem>
145145

146146
<para>
147-
In query broadcasting, a program intercepts every SQL query
148-
and sends it to all servers. Each server operates independently.
149-
Read-only queries can be sent to a single server because there
150-
is no need for all servers to process it.
147+
In statement-based replication, a program intercepts every SQL
148+
query and sends it to all servers. Each server operates
149+
independently. Read-only queries can be sent to a single server
150+
because there is no need for all servers to process it.
151151
</para>
152152

153153
<para>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy