[pgadmin-hackers] pgAdmin 4 commit: Add PARALLEL SAFE|UNSAFE|RESTRICTED support. Fixes#2 - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Add PARALLEL SAFE|UNSAFE|RESTRICTED support. Fixes#2
Date
Msg-id E1chEs0-0006Kr-2V@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add PARALLEL SAFE|UNSAFE|RESTRICTED support. Fixes #2089

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ba9b7db4367b519339b5ab4504b58623f912cfe
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/functions/__init__.py        |  10 +-
.../functions/templates/function/js/functions.js   |  12 ++-
.../templates/function/pg/sql/9.2_plus/create.sql  |   2 +-
.../templates/function/pg/sql/9.2_plus/update.sql  |   2 +-
.../templates/function/pg/sql/9.5_plus/create.sql  |   2 +-
.../templates/function/pg/sql/9.5_plus/update.sql  |   2 +-
.../templates/function/pg/sql/9.6_plus/create.sql  |  63 +++++++++++
.../templates/function/pg/sql/9.6_plus/update.sql  | 116 +++++++++++++++++++++
.../function/ppas/sql/9.2_plus/create.sql          |   2 +-
.../function/ppas/sql/9.5_plus/create.sql          |   2 +-
.../function/ppas/sql/9.6_plus/create.sql          |  61 +++++++++++
.../function/ppas/sql/9.6_plus/update.sql          | 116 +++++++++++++++++++++
.../procedure/ppas/sql/9.5_plus/create.sql         |   2 +-
.../procedure/ppas/sql/9.6_plus/create.sql         |  48 +++++++++
.../procedure/ppas/sql/9.6_plus/update.sql         | 104 ++++++++++++++++++
15 files changed, 535 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgadmin-hackers] [pgAdmin4][Patch]: Expanded columns under table are in the wrong order
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFEsupport for functions missing