pgAdmin 4 commit: Ensure the grant wizard works with objects with speci - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure the grant wizard works with objects with speci
Date
Msg-id E1bxXXE-0002Jf-3z@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure the grant wizard works with objects with special characters in the name. Fixes #1599

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9155c2111f3f276614987f55e083da63239855d6
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/grant_wizard/__init__.py              | 17 +++++++----------
.../templates/grant_wizard/pg/9.1_plus/sql/function.sql |  5 +++--
.../templates/grant_wizard/pg/9.1_plus/sql/sequence.sql |  7 ++++---
.../templates/grant_wizard/pg/9.1_plus/sql/table.sql    |  7 ++++---
.../templates/grant_wizard/pg/9.1_plus/sql/view.sql     |  5 +++--
.../grant_wizard/ppas/9.1_plus/sql/function.sql         |  5 +++--
.../grant_wizard/ppas/9.1_plus/sql/sequence.sql         |  7 ++++---
.../templates/grant_wizard/ppas/9.1_plus/sql/table.sql  |  7 ++++---
.../templates/grant_wizard/ppas/9.1_plus/sql/view.sql   |  5 +++--
9 files changed, 35 insertions(+), 30 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM1599 - Unable to fetch the records for grant wizard if schema contains special characters
Next
From: Dave Page
Date:
Subject: Re: patch for RM1861 [pgAdmin4]