RE: equivalent of @@TRANCOUNT PostgreSQL - Mailing list pgsql-admin

@@TRANCOUNT: Transaction count.

How many transactions are open at the moment.

I’m not seeing anything that looks appropriate. As far as I can see it might be possible to do something using the Statistics Collector, see https://www.postgresql.org/docs/13/monitoring-stats.html

Hope someone knowledgeable on PostgreSQL will have an answer.

I did find this from 2006. https://www.postgresql.org/message-id/[email protected]

HTH.

 

From: Julien Rouhaud [mailto:[email protected]]
Sent: 29 May 2021 14:26
To: [email protected]
Cc: Pgsql-admin
Subject: Re: equivalent of @@TRANCOUNT PostgreSQL

 

On Sat, May 29, 2021 at 9:07 PM <[email protected]> wrote:

Hello,

 

I have a procedure where they have used @@TRANCOUNT , is there an equivalent of @@TRANCOUNT in PostgreSQL? (Except Savepoint)

 

What does @@TRANCOUNT do?

pgsql-admin by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: equivalent of @@TRANCOUNT PostgreSQL
Next
From: "David G. Johnston"
Date:
Subject: Re: equivalent of @@TRANCOUNT PostgreSQL