pgAdmin 4 commit: Security Labels, Privileges and Variables macros for

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Security Labels, Privileges and Variables macros for
Date: 2016-03-03 14:08:34
Message-ID: E1abTve-0005RS-BO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Security Labels, Privileges and Variables macros for the functions modules.

Usage of the macros:

Security labels:

SECLABLE.SET(conn, 'FUNCTION', func_name, provider, security_label, func_schema, func_args)

SECLABLE.UNSET(conn, 'FUNCTION', func_name, provider, func_schema, func_args)

Privileges:

PRIVILEGE.SET(conn, 'FUNCTION', grantee, func_name, privileges_without_grant, privileges_with_grant, func_schema, func_args)

PRIVILEGE.UNSETALL(conn, 'FUNCTION', grantee, func_name, func_schema, func_args)

Variables:

VARIABLES.SET(conn, 'FUNCTION', func_name, options, func_schema, func_args)

VARIABLES.UNSET(conn, 'FUNCTION', func_name, options, func_schema, func_args)

Branch
------
master

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

Modified Files
--------------
.../schemas/templates/macros/functions/privilege.macros | 14 ++++++++++++++
.../schemas/templates/macros/functions/security.macros | 9 +++++++++
.../schemas/templates/macros/functions/variable.macros | 13 +++++++++++++
3 files changed, 36 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-03 14:08:41 Re: [pgAdmin4][Patch]: Macros for the functions module
Previous Message Dave Page 2016-03-03 14:05:02 Re: [pgAdmin4][Patch]: Backgrid cell editable settings