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
In Issue #81, the application_name was supposed to be added to the details. However in running pgagroal-cli details on pgagroal 1.1.0, I don't see the application_name output.
I did notice that when I changed pipeline from transaction to session, that it does show the application_name in details. I also noticed however that the application_name is never updated in the connection. If I disconnect and connect with a different application name using the same pooled session as before, the application name doesn't change.
To Reproduce
From client machine:
$ psql -h 192.168.12.102 -p 2345 -U dts -d dts_test --variable=application_name=foo
psql (12.5 (Ubuntu 12.5-1.pgdg18.04+1))
Type "help" for help.
dts_test=> show application_name;
application_name
------------------
foo
(1 row)
Describe the bug
In Issue #81, the application_name was supposed to be added to the details. However in running
pgagroal-cli details
on pgagroal 1.1.0, I don't see the application_name output.I did notice that when I changed pipeline from transaction to session, that it does show the application_name in details. I also noticed however that the application_name is never updated in the connection. If I disconnect and connect with a different application name using the same pooled session as before, the application name doesn't change.
To Reproduce
From client machine:
On pgagroal 1.1.0 machine:
Version
1.1.0
PostgreSQL
12
libev
OpenSSL
Access method
md5
OS
Ubuntu Linux 18.04
ulimit
Configuration
Can you provide the configuration pgagroal ?
pgagroal.conf
pgagroal_hba.conf
pgagroal_databases.conf
pgagroal_users.conf
Debug logs
Can you provide any debug logs (
log_level = debug5
) of the issue ?Tip
Use ``` before and after the text to keep the output as is.
The text was updated successfully, but these errors were encountered: