High Availability, Load Balancing, and Replication Feature Matrix

Tatsuo Ishii <ishii@sraoss.co.jp>

From: Tatsuo Ishii <ishii@sraoss.co.jp>
To: pgsql-docs@lists.postgresql.org
Date: 2020-07-26T14:01:28Z
Lists: pgsql-docs
In the table no bull mark is in "No conflict resolution necessary" row
for pgpool-II. Actually this is wrong. Pgpool-II does not need
conflict resolution.

Also in the same page "Pgpool-II has this capability." (here "this"
means "Multiple-Server Parallel Query Execution") This used to be true
long time ago but current stable versions of Pgpool-II do not support
this any more.

Attached patch fixes these.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



Commits

  1. Doc: fix high availability solutions comparison.