pgAdmin 4 commit: Enables pgAdmin to retrieve user permissions in case - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Enables pgAdmin to retrieve user permissions in case
Date
Msg-id E1mIUok-0000sN-O0@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Enables pgAdmin to retrieve user permissions in case of nested roles which helps to terminate the session for AWS RDS.
Fixes#6641 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7fd1ae535e2933977ad073a8cca9732de5e23d1
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst                   |  1 +
web/pgadmin/static/js/slickgrid/editors.js         | 25 ++++++++++-------
web/pgadmin/static/scss/_jsoneditor.overrides.scss | 32 +++++++++++++++++++++-
web/pgadmin/utils/driver/psycopg2/connection.py    | 13 +++++----
4 files changed, 55 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6495] ERD 1:M relationship - allow the referenced table to be the same as the local table.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] - Bug #6641 - Invalid failure for pgAdmin terminate session for AWS RDS Postgres.