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

Commita7cd5a4

Browse files
committed
Move pl/proxy into Multi-server parallel query execution documentation
section.
1 parent8db43db commita7cd5a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.21 2007/11/08 22:14:18 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.22 2007/11/09 16:36:04 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -193,7 +193,6 @@ protocol to make nodes agree on a serializable transactional order.
193193
endterm="sql-prepare-transaction-title"> and <xref
194194
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
195195
Pgpool and Sequoia are an example of this type of replication.
196-
Also, this can be implemented using the PL/Proxy toolset.
197196
</para>
198197
</listitem>
199198
</varlistentry>
@@ -408,7 +407,7 @@ protocol to make nodes agree on a serializable transactional order.
408407
accomplished by splitting the data among servers and having each server
409408
execute its part of the query and return results to a central server
410409
where they are combined and returned to the user. Pgpool-II has this
411-
capability.
410+
capability. Also, this can be implemented using the PL/Proxy toolset.
412411
</para>
413412

414413
</chapter>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp