You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the extension in order to set up the current app security context for audit triggers. There is a connection pooler, working in the transaction pooling mode, meaning that the same DB session (including pg vars data) can be shared between different JDBC connections.
I'd like a transactional variable to be automatically cleaned up at the end of each transaction.
Any ideas on how to do this?
The text was updated successfully, but these errors were encountered:
vitalca
changed the title
Automatic cleanup of transaction variables
Automatic cleanup of transactional variables
Dec 22, 2022
Hello,
I use the extension in order to set up the current app security context for audit triggers. There is a connection pooler, working in the transaction pooling mode, meaning that the same DB session (including pg vars data) can be shared between different JDBC connections.
I'd like a transactional variable to be automatically cleaned up at the end of each transaction.
Any ideas on how to do this?
The text was updated successfully, but these errors were encountered: