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

Commit778bb7b

Browse files
committed
Retitle documentation section, "Statement-Based Replication Using Middleware".
1 parentb8c01d9 commit778bb7b

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/2021:26:22 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.4 2006/11/2022: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)

[8]ページ先頭

©2009-2025 Movatter.jp