Re: PG replicas and transactions atomicity - Mailing list pgsql-general

From Christophe Pettus
Subject Re: PG replicas and transactions atomicity
Date
Msg-id 38C50999-0DBA-4F88-8A6E-6F316A8EDEB6@thebuild.com
Whole thread Raw
In response to Re: PG replicas and transactions atomicity  (Ron <ronljohnsonjr@gmail.com>)
List pgsql-general

> On Jan 5, 2023, at 16:03, Ron <ronljohnsonjr@gmail.com> wrote:
>
> Even in asynchronous replication?

Yes.  Asynchronous replication controls when the client doing the transaction is told that the transaction is complete;
itdoesn't allow for dirty reads on either the primary or secondary. 


pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: PG replicas and transactions atomicity
Next
From: Christophe Pettus
Date:
Subject: Re: PG replicas and transactions atomicity