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

From
Subject RE: equivalent of @@TRANCOUNT PostgreSQL
Date
Msg-id 042901d75497$c2da72d0$488f5870$@co.uk
Whole thread Raw
In response to Re: equivalent of @@TRANCOUNT PostgreSQL  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: equivalent of @@TRANCOUNT PostgreSQL
Re: equivalent of @@TRANCOUNT PostgreSQL
Re: equivalent of @@TRANCOUNT PostgreSQL
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/eg5op3$ria$1@sea.gmane.org

HTH.

 

From: Julien Rouhaud [mailto:rjuju123@gmail.com]
Sent: 29 May 2021 14:26
To: mustafa.pekgoz@forenda.com.tr
Cc: Pgsql-admin
Subject: Re: equivalent of @@TRANCOUNT PostgreSQL

 

On Sat, May 29, 2021 at 9:07 PM <mustafa.pekgoz@forenda.com.tr> 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