pgAdmin 4 commit: Fixed an issue where privileges were revoked using SQ

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where privileges were revoked using SQ
Date: 2021-08-27 07:24:23
Message-ID: E1mJWDv-0000SO-Eh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-27 07:25:18 Re: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab
Previous Message Nikhil Mohite 2021-08-27 06:03:27 [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab