pgAdmin 4 commit: Add PARALLEL SAFE|UNSAFE|RESTRICTED support. Fixes #2

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add PARALLEL SAFE|UNSAFE|RESTRICTED support. Fixes #2
Date: 2017-02-24 12:21:08
Message-ID: E1chEs0-0006Kr-2V@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-24 12:21:29 Re: [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFE support for functions missing
Previous Message Surinder Kumar 2017-02-24 11:53:13 [pgAdmin4][Patch]: Expanded columns under table are in the wrong order