Thread: pgAdmin 4 commit: Support procedures and ignore packages that look like

pgAdmin 4 commit: Support procedures and ignore packages that look like

From
Dave Page
Date:
Support procedures and ignore packages that look like schemas properly in PPAS

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/grant_wizard/__init__.py                | 15 +++++++++++++++
.../templates/grant_wizard/js/grant_wizard.js             | 12 +++++++++---
.../templates/grant_wizard/pg/9.1_plus/acl.json           |  4 ++++
.../templates/grant_wizard/pg/9.1_plus/sql/function.sql   |  6 +++---
.../grant_wizard/pg/9.1_plus/sql/grant_function.sql       |  5 ++---
.../templates/grant_wizard/ppas/9.1_plus/acl.json         |  4 ++++
.../templates/grant_wizard/ppas/9.1_plus/sql/function.sql |  9 +++++----
.../grant_wizard/ppas/9.1_plus/sql/get_schemas.sql        |  3 ++-
.../grant_wizard/ppas/9.1_plus/sql/grant_function.sql     |  5 ++---
9 files changed, 46 insertions(+), 17 deletions(-)