pgAdmin 4 commit: Ensure revoked public privileges are displayed in the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure revoked public privileges are displayed in the
Date: 2017-06-26 11:50:44
Message-ID: E1dPSXU-0008LD-3b@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure revoked public privileges are displayed in the RE-SQL for functions. Fixes #2507

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4e77deda466f460debbe37044d44a0c8ad456fa
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/functions/__init__.py | 22 ++++++++++++++++++++++
.../templates/function/pg/sql/9.2_plus/create.sql | 4 ++++
.../templates/function/pg/sql/9.5_plus/create.sql | 4 ++++
.../templates/function/pg/sql/9.6_plus/create.sql | 4 ++++
.../templates/function/pg/sql/default/create.sql | 4 ++++
.../function/ppas/sql/9.2_plus/create.sql | 4 ++++
.../function/ppas/sql/9.5_plus/create.sql | 4 ++++
.../function/ppas/sql/9.6_plus/create.sql | 4 ++++
.../templates/function/ppas/sql/default/create.sql | 4 ++++
.../procedure/ppas/sql/9.2_plus/create.sql | 4 ++++
.../procedure/ppas/sql/9.5_plus/create.sql | 4 ++++
.../procedure/ppas/sql/9.6_plus/create.sql | 4 ++++
.../procedure/ppas/sql/default/create.sql | 4 ++++
.../trigger_function/pg/sql/9.2_plus/create.sql | 4 ++++
.../trigger_function/pg/sql/9.5_plus/create.sql | 4 ++++
.../trigger_function/pg/sql/default/create.sql | 4 ++++
.../trigger_function/ppas/sql/9.2_plus/create.sql | 4 ++++
.../trigger_function/ppas/sql/9.5_plus/create.sql | 4 ++++
.../trigger_function/ppas/sql/default/create.sql | 4 ++++
19 files changed, 94 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-26 11:50:57 Re: [pgAdmin4][patch]: Fixed RM #2507 : REVOKE privileges do not display in SQL tab for the function
Previous Message Dave Page 2017-06-26 11:44:15 pgAdmin 4 commit: Use client-side url_for in the sql editor and data gr