[pgadmin-hackers] pgAdmin 4 commit: Handle procedure flags (IMMUTABLE STRICT SECURITYDEF - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Handle procedure flags (IMMUTABLE STRICT SECURITYDEF
Date
Msg-id E1dHuV0-0003om-Gi@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch] Make Statistics view consistent
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch] To display proper SQL forProcedure node