We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When looking at connections in Postgres I should be able to see the application_name set by clients if connected via session mode through Supavisor.
select usename, application_name from pg_stat_activity;
application_name should be my_special_application_name via Supavisor
my_special_application_name via Supavisor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When looking at connections in Postgres I should be able to see the application_name set by clients if connected via session mode through Supavisor.
select usename, application_name from pg_stat_activity;
application_name should be
my_special_application_name via Supavisor
The text was updated successfully, but these errors were encountered: