Re: PG replicas and transactions atomicity

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Louis Laborde <louis(dot)laborde(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PG replicas and transactions atomicity
Date: 2023-01-05 20:09:23
Message-ID: 5E470587-CEAF-4FAA-8111-100124A0E51B@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2023-01-06 00:03:26 Re: PG replicas and transactions atomicity
Previous Message Louis Laborde 2023-01-05 20:07:44 PG replicas and transactions atomicity