Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit900c996

Browse files
committed
Update documentation to use Statement-Based Replication rather than
Query Broadcast.
1 parent419fe7c commit900c996

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-
Inquery 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+
Instatement-based replication, a program intercepts every SQL
148+
queryand sends it to all servers. Each server operates
149+
independently.Read-only queries can be sent to a single server
150+
because thereis no need for all servers to process it.
151151
</para>
152152

153153
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp