PgAdmin Terminate Session for Azure PostgreSQL

Kopl
166
Reputation points
Hello team,
I have created an Azure for Postgresql flexible server and I connected to pgAdmin using admin credentials.
When I try to terminate a user session, I get the following error:
superuser privileges are required to terminate another user query
Could you please help?
Thanks!
Hi @GeethaThatipatri-MSFT ,
Thank you for your help. I am trying to terminate the session for a newly created user using the admin user (that I have supplied while creating the instance).
Thanks!
@Kopl pgadmin kill still relies on functions (pg_terminate_backend or pg_cancel_backend)
Please check this document here
Regards
Geetha
Hi, @Kopl Did you get a chance to check my above reply?
Regards
Geetha
I can confirm this works on PostgreSQL Single Server (run from pgAdmin).
Sign in to comment