public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Fix View privilege management. Fixes #1531
Date: Mon, 10 Oct 2016 08:43:03 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Fix View privilege management. Fixes #1531
1. Fixed update privileges for views and materialized views.
2. Apart from this fixed wrong sql for privilege update.
3. Fixed: Error message was not got cleared even after removing entry with error on privilege tab.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=713c692ddd600055817d708e0c32decb06e11...
Author: Harshal Dhumal <[email protected]>
Modified Files
--------------
.../servers/databases/schemas/views/__init__.py | 253 ++++++++++-----------
.../mview/pg/9.3_plus/sql/allowed_privs.json | 6 +
.../mview/pg/9.4_plus/sql/allowed_privs.json | 6 +
.../mview/ppas/9.3_plus/sql/allowed_privs.json | 6 +
.../view/pg/9.1_plus/sql/allowed_privs.json | 6 +
.../view/pg/9.2_plus/sql/allowed_privs.json | 6 +
.../view/pg/9.3_plus/sql/allowed_privs.json | 6 +
.../view/pg/9.4_plus/sql/allowed_privs.json | 6 +
.../view/ppas/9.1_plus/sql/allowed_privs.json | 6 +
.../view/ppas/9.2_plus/sql/allowed_privs.json | 6 +
.../view/ppas/9.3_plus/sql/allowed_privs.json | 6 +
.../view/ppas/9.4_plus/sql/allowed_privs.json | 6 +
.../server_groups/servers/static/js/privilege.js | 4 -
web/pgadmin/browser/static/js/datamodel.js | 7 +-
14 files changed, 192 insertions(+), 138 deletions(-)
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pgAdmin 4 commit: Fix View privilege management. Fixes #1531
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox