Re: Request for further clarification on synchronous_commit - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: Request for further clarification on synchronous_commit
Date
Msg-id 20201015191600.GF3797@momjian.us
Whole thread Raw
In response to Re: Request for further clarification on synchronous_commit  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Request for further clarification on synchronous_commit  (Kasper Kondzielski <kghost0@gmail.com>)
List pgsql-docs
On Tue, Oct  6, 2020 at 07:38:48PM -0400, Bruce Momjian wrote:
> On Fri, Aug 21, 2020 at 04:15:39PM -0400, Bruce Momjian wrote:
> > How is this for a table?
> > 
> >                   -- local --   ------------------- standbys ------------------
> >                    durable          query      durable commit  durable commit
> >                    commit        consistency   after OS crash  after PG crash
> >     remote_apply      X               X               X              X
> >     on                X                               X              X
> >     remote_write      X                                              X
> >     local             X
> >     off
> 
> I have created the attached doc patch which I plan to apply to all
> supported versions of Postgres.

I have applied this patch through 9.6. 9.5 didn't have all the options.

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

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




pgsql-docs by date:

Previous
From: Александр
Date:
Subject: Re: nondeterministic collations and statistics and pattern matching
Next
From: Daniel Gustafsson
Date:
Subject: Fix PL/Lua link in External Projects appendix