| From: | amandeep singh <singh_a(at)live(dot)in> |
|---|---|
| To: | Naveen Kumar <naveenchowdaryon(at)gmail(dot)com> |
| Cc: | pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Terminate connections using non-superuser |
| Date: | 2017-08-03 08:05:38 |
| Message-ID: | MA1PR01MB074816CC6D93B840ED36B2E280B10@MA1PR01MB0748.INDPRD01.PROD.OUTLOOK.COM |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi Naveen
pg_terminate_backend is working now with the solution suggested by you but I am still searching for the solution to view the queries executed by any other user using pg_stat_activity .
@scott: In my case I can't change the name of the default function/view as it is needed with the same name to run using tool.
Thanks both of you for your response.
Thanks and Regards:
Amandeep Singh
________________________________
From: Naveen Kumar <naveenchowdaryon(at)gmail(dot)com>
Sent: Wednesday, August 2, 2017 6:15:27 PM
To: amandeep singh
Cc: pgsql-admin
Subject: Re: [ADMIN] Terminate connections using non-superuser
Yes, non-superuser can do this. but user should have privilege to this.
GRANT pg_signal_backend TO user;
Thanks & Regards,
Naveen Kumar .M,
Sr. PostgreSQL Database Administrator,
Mobile: 7755929449.
My attitude will always be based on how you treat me.
On Wed, Aug 2, 2017 at 6:06 PM, amandeep singh <singh_a(at)live(dot)in<mailto:singh_a(at)live(dot)in>> wrote:
Hi All
I have a requirement where I need a non-superuser who can view (pg_stat_activity) and terminate (pg_terminate_backend) connections of other users. Is it possible to give such privileges to non-superuser?
Postgres Version :PostgreSQL9.6
Thanks and Regards:
Amandeep Singh
| From | Date | Subject | |
|---|---|---|---|
| Next Message | gleeco | 2017-08-03 16:06:24 | rfc: DROP column and replication impact |
| Previous Message | ghiureai | 2017-08-02 20:23:58 | temporary table space usage |