pgAdmin 4 commit: Enables pgAdmin to retrieve user permissions in case

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Enables pgAdmin to retrieve user permissions in case
Date: 2021-08-24 11:42:10
Message-ID: E1mIUok-0000sN-O0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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