pgAdmin 4 commit: Fixed an issue where privileges were revoked using SQ - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where privileges were revoked using SQ
Date
Msg-id E1mJWDv-0000SO-Eh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where privileges were revoked using SQL query on objects like tables that do not correctly show in SQL
tab.Fixes #4567 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b76404658789f3f6469ef828475aa6a5f1269aaa
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst                   |  1 +
.../tables/templates/tables/sql/10_plus/create.sql |  5 ++++
.../tables/templates/tables/sql/11_plus/create.sql |  5 ++++
.../tables/templates/tables/sql/12_plus/create.sql |  5 ++++
.../templates/tables/sql/9.6_plus/create.sql       |  5 ++++
.../servers/databases/schemas/tables/utils.py      | 30 ++++++++++++++++++++++
6 files changed, 51 insertions(+)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab