pgAdmin 4 commit: Handle procedure flags (IMMUTABLE STRICT SECURITY DEF

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle procedure flags (IMMUTABLE STRICT SECURITY DEF
Date: 2017-06-05 16:04:58
Message-ID: E1dHuV0-0003om-Gi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle procedure flags (IMMUTABLE STRICT SECURITY DEFINER PARALLEL RESTRICTED) properly in RE-SQL on EPAS. Fixes #2280

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3f150f3f4ec395e62db3f51accb601539863b5f1
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/functions/__init__.py | 5 +++++
.../functions/templates/procedure/ppas/sql/9.5_plus/create.sql | 7 +++----
.../functions/templates/procedure/ppas/sql/9.6_plus/create.sql | 10 ++++++----
3 files changed, 14 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-05 16:05:34 Re: [pgAdmin4][Patch] To display proper SQL for Procedure node
Previous Message Dave Page 2017-06-05 16:01:14 Re: [pgAdmin4][Patch] Make Statistics view consistent