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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Support procedures and ignore packages that look like
Date: 2016-04-16 09:01:32
Message-ID: E1arM6e-0001nh-OO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)kumar(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-16 09:01:43 Re: [pgAdmin4] [Patch]: Grant Wizard
Previous Message Dave Page 2016-04-16 08:57:04 pgAdmin 4 commit: Fix dropping of server groups.