On Wed, Aug 2, 2017 at 8:36 AM, amandeep singh <singh_a@xxxxxxx> 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?
Create a wrapper function, my_pg_stat_activity() or my_pg_terminate_backend()
on creation, use 'security definer'
Postgres Version :PostgreSQL9.6
Thanks and Regards:Amandeep Singh