pgAdmin 4 commit: Ensure that Grant Wizard should include foreign table

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that Grant Wizard should include foreign table
Date: 2020-11-09 07:42:41
Message-ID: E1kc1p3-0001GT-MI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that Grant Wizard should include foreign tables. Fixes #5959

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64964f82cf76c739cf8cb441936567096cd953b1
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst | 1 +
web/pgadmin/tools/grant_wizard/__init__.py | 37 ++++++++++++++++++++++
.../tools/grant_wizard/static/js/grant_wizard.js | 3 ++
.../templates/grant_wizard/pg/9.1_plus/acl.json | 4 +++
.../grant_wizard/pg/9.1_plus/sql/foreign_table.sql | 16 ++++++++++
.../pg/9.1_plus/sql/grant_foreign_table.sql | 9 ++++++
.../templates/grant_wizard/ppas/9.1_plus/acl.json | 4 +++
.../ppas/9.1_plus/sql/foreign_table.sql | 16 ++++++++++
.../ppas/9.1_plus/sql/grant_foreign_table.sql | 9 ++++++
9 files changed, 99 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-09 07:44:13 Re: [pgAdmin][RM-5959]: Grant Wizard Modal does not include Foreign Table resources.
Previous Message Nikhil Mohite 2020-11-09 06:13:17 [pgAdmin][RM-5959]: Grant Wizard Modal does not include Foreign Table resources.