Re: equivalent of @@TRANCOUNT PostgreSQL

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: equivalent of @@TRANCOUNT PostgreSQL
Date: 2021-05-29 18:15:44
Message-ID: 445011bb-b76d-9174-aebe-f6727944054d@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

mustafa(dot)pekgoz(at)forenda(dot)com(dot)tr schrieb am 29.05.2021 um 15:07:
> I have a procedure where they have used @@TRANCOUNT , is there an
> equivalent of @@TRANCOUNT in PostgreSQL? (Except Savepoint)
The equivalent in Postgres is

SELECT 1

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message MichaelDBA 2021-05-29 22:28:26 Re: equivalent of @@TRANCOUNT PostgreSQL
Previous Message Bruce Momjian 2021-05-29 15:08:16 Re: equivalent of @@TRANCOUNT PostgreSQL