Re: How to check for in-progress transactions - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: How to check for in-progress transactions
Date
Msg-id CAAKRu_a-_dk-TyhFLqB+__WnVTGsG0HRSgGFcnn4tY19aojeZA@mail.gmail.com
Whole thread Raw
In response to Re: How to check for in-progress transactions  (Tejasvi Kashi <mail@tejasvi.dev>)
Responses Re: How to check for in-progress transactions  (Tejasvi Kashi <mail@tejasvi.dev>)
List pgsql-hackers
On Thu, Mar 16, 2023 at 4:43 PM Tejasvi Kashi <mail@tejasvi.dev> wrote:
> Thanks a lot for your reply. It looks like this is exactly what I need. For my use case, I'm trying to get read-only
transactionsto wait for the replication of prior writes. 

can't you use remote_apply?

https://www.postgresql.org/docs/15/runtime-config-wal.html



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: doc: mentioned CREATE+ATTACH PARTITION as an alternative to CREATE TABLE..PARTITION OF
Next
From: Tejasvi Kashi
Date:
Subject: Re: How to check for in-progress transactions