aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2020-07-31 07:48:23 +0900
committerTatsuo Ishii <ishii@postgresql.org>2020-07-31 07:48:23 +0900
commita63fbd34813ea61a3d293e1143e509378aa9d6e7 (patch)
tree38912aae9f4a570e0ce95804c1585fadfd6ba4c2
parent7de22d228aae5183161546be7cb874deb7389019 (diff)
downloadpostgresql-a63fbd34813ea61a3d293e1143e509378aa9d6e7.tar.gz
postgresql-a63fbd34813ea61a3d293e1143e509378aa9d6e7.zip
Doc: fix high availability solutions comparison.
In "High Availability, Load Balancing, and Replication" chapter, certain descriptions of Pgpool-II were not correct at this point. It does not need conflict resolution. Also "Multiple-Server Parallel Query Execution" is not supported anymore. Discussion: https://postgr.es/m/20200726.230128.53842489850344110.t-ishii%40sraoss.co.jp Author: Tatsuo Ishii Reviewed-by: Bruce Momjian Backpatch-through: 9.5
-rw-r--r--doc/src/sgml/high-availability.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index a42541f4200..4ad5a8b9508 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -433,7 +433,7 @@ protocol to make nodes agree on a serializable transactional order.
<entry align="center">&bull;</entry>
<entry align="center"></entry>
<entry align="center">&bull;</entry>
- <entry align="center"></entry>
+ <entry align="center">&bull;</entry>
<entry align="center"></entry>
<entry align="center">&bull;</entry>
</row>
@@ -475,8 +475,7 @@ protocol to make nodes agree on a serializable transactional order.
concurrently on a single query. It is usually accomplished by
splitting the data among servers and having each server execute its
part of the query and return results to a central server where they
- are combined and returned to the user. <productname>Pgpool-II</productname>
- has this capability. Also, this can be implemented using the
+ are combined and returned to the user. This can be implemented using the
<productname>PL/Proxy</productname> tool set.
</para>