BUG #16535: Implementing Autonomous Transactions in Postgresql

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16535: Implementing Autonomous Transactions in Postgresql
Дата
Msg-id 16535-1c787deac801adff@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16535: Implementing Autonomous Transactions in Postgresql  (Christophe Pettus <xof@thebuild.com>)
Re: BUG #16535: Implementing Autonomous Transactions in Postgresql  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: BUG #16535: Implementing Autonomous Transactions in Postgresql  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Re: BUG #16535: Implementing Autonomous Transactions in Postgresql  (legrand legrand <legrand_legrand@hotmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16535
Logged by:          Isha Sonal
Email address:      ishasonal1841@yahoo.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.


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Sergei Kornilov
Дата:
Сообщение: Re: BUG #16534: autovacuum_autoanalyze not working on latitude(earth) expression
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: BUG #16535: Implementing Autonomous Transactions in Postgresql