Re: PG replicas and transactions atomicity

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PG replicas and transactions atomicity
Date: 2023-01-06 00:03:26
Message-ID: 927ec1cd-61fc-879f-d1c6-6c21cd5716bf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/5/23 14:09, Christophe Pettus wrote:
>> On Jan 5, 2023, at 12:07, Louis Laborde <louis(dot)laborde(at)gmail(dot)com> wrote:
>>
>> Are PG replicas updated atomically following the same transactions boundaries as the source DB ?
> Yes. The same transactional guarantees apply to the replica as do to the original transactions on the primary.

Even in asynchronous replication?

--
Born in Arizona, moved to Babylonia.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe Pettus 2023-01-06 00:04:27 Re: PG replicas and transactions atomicity
Previous Message Christophe Pettus 2023-01-05 20:09:23 Re: PG replicas and transactions atomicity