pgAdmin 4 commit: [Grant Wizard] Added support for Materialized View in

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: [Grant Wizard] Added support for Materialized View in
Date: 2016-05-25 12:11:10
Message-ID: E1b5XeY-0000Ci-HE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

[Grant Wizard] Added support for Materialized View in the Grant Wizard.

Also - done proper view clean up when the wizard is cancelled.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4741992ad7ecd3ee81ec0848d04a81dd1a0ce250
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/static/css/wizard.css | 8 +++++++-
web/pgadmin/browser/static/js/wizard.js | 15 +++++++++++----
web/pgadmin/tools/grant_wizard/__init__.py | 14 +++++++++++++-
.../templates/grant_wizard/js/grant_wizard.js | 9 ++++++++-
.../templates/grant_wizard/pg/9.1_plus/acl.json | 4 ----
.../grant_wizard/pg/9.1_plus/sql/grant_table.sql | 2 +-
.../templates/grant_wizard/pg/9.1_plus/sql/view.sql | 7 ++++---
.../templates/grant_wizard/ppas/9.1_plus/acl.json | 4 ----
.../grant_wizard/ppas/9.1_plus/sql/grant_table.sql | 2 +-
.../templates/grant_wizard/ppas/9.1_plus/sql/view.sql | 10 ++++++----
10 files changed, 51 insertions(+), 24 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-25 12:11:16 Re: [pgAdmin4][Patch]: Add support for Materialized View & Cancel button on dialog header in Grant Wizard
Previous Message Murtuza Zabuawala 2016-05-25 12:10:47 PATCH: To fix the issue when user disconnects database and object menu remains the same (pgAdmin4)