RE: equivalent of @@TRANCOUNT PostgreSQL
От | |
---|---|
Тема | RE: equivalent of @@TRANCOUNT PostgreSQL |
Дата | |
Msg-id | 042901d75497$c2da72d0$488f5870$@co.uk обсуждение исходный текст |
Ответ на | Re: equivalent of @@TRANCOUNT PostgreSQL (Julien Rouhaud <rjuju123@gmail.com>) |
Ответы |
Re: equivalent of @@TRANCOUNT PostgreSQL
Re: equivalent of @@TRANCOUNT PostgreSQL Re: equivalent of @@TRANCOUNT PostgreSQL |
Список | 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 по дате отправления: