Re: High Availability, Load Balancing, and Replication Feature Matrix

Bruce Momjian <bruce@momjian.us>

From: Bruce Momjian <bruce@momjian.us>
To: Tatsuo Ishii <ishii@sraoss.co.jp>
Cc: pgsql-docs@lists.postgresql.org
Date: 2020-07-30T15:41:17Z
Lists: pgsql-docs
On Thu, Jul 30, 2020 at 04:02:25PM +0900, Tatsuo Ishii wrote:
> 
> > Oops. Forgot to attach the patch.
> > 
> >> 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.
> 
> If there's no objection, I am going to commit this.

+1

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




Commits

  1. Doc: fix high availability solutions comparison.