Re: [pgAdmin][Patch] - Bug #6641 - Invalid failure for pgAdmin terminate session for AWS RDS Postgres.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][Patch] - Bug #6641 - Invalid failure for pgAdmin terminate session for AWS RDS Postgres.
Date: 2021-08-24 11:42:24
Message-ID: CANxoLDfcHHxxJuVFuX=J+d0SSaAbAvy+CFrqChMUNBZG5jXukQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, the patch applied.

On Tue, Aug 24, 2021 at 12:46 PM Yogesh Mahajan <
yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Attached patch enables pgadmin to retrieve user permissions in case of
> nested roles.
>
> Steps to Tests -
> 1.Create a new role 'parent' with pg_signal_backend() access.
> 2.Create a new role 'child' & add as Member of 'parent' role.
> 3.Create new role 'test' (not a superuser) & connect with this role.
> 4.Now connect to server with 'child' role using pgAdmin & try to terminate
> connection create with by user 'test'
> 5.User should be able to terminate connection successfully.
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-24 11:42:33 Re: [pgAdmin][RM6531] ERD export as image issue
Previous Message Akshay Joshi 2021-08-24 11:42:10 pgAdmin 4 commit: Enables pgAdmin to retrieve user permissions in case