Re: BUG #16535: Implementing Autonomous Transactions in Postgresql

From: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16535: Implementing Autonomous Transactions in Postgresql
Date: 2020-07-11 07:12:11
Message-ID: fdaabd3e-76f5-5cf6-851d-7c36cabe065d@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11.07.2020 00:30, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference: 16535
> Logged by: Isha Sonal
> Email address: ishasonal1841(at)yahoo(dot)com
> PostgreSQL version: 11.0
> Operating system: unix
> Description:
>
> I am trying to enable logging / auditing / progress tracking feature even if
> my all transactions are rollbacked back. I tried to handle it with
> procedures but its not working. Please suggest how can i achieve this
> feature in PostgreSQL 11.
>
> I am currently working on Oracle DB and using Autonomous Transactions to
> enable logging feature.
>
Autonomous transactions are supported in PgPro-EE (Postgres Professional
clone of Postgres).
In vanilla autonomous transaction can be simulated using dblink -
extension providing connections to PostgreSQL database from within a
database session.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message legrand legrand 2020-07-11 08:01:49 Re: BUG #16535: Implementing Autonomous Transactions in Postgresql
Previous Message David G. Johnston 2020-07-10 21:44:31 Re: BUG #16535: Implementing Autonomous Transactions in Postgresql