pgAdmin 4 commit: Ensure the grant wizard works with objects with speci

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the grant wizard works with objects with speci
Date: 2016-10-21 10:58:48
Message-ID: E1bxXXE-0002Jf-3z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kumar(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-21 11:04:34 pgAdmin 4 commit: Properly generate exclusion constraint SQL. Fixes #18
Previous Message Dave Page 2016-10-21 10:58:42 Re: [pgAdmin4][Patch]: RM1599 - Unable to fetch the records for grant wizard if schema contains special characters