pgAdmin 4 commit: Ensure that parameters of procedures for EPAS server

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that parameters of procedures for EPAS server
Date: 2019-04-22 06:00:03
Message-ID: E1hIRzn-00070Y-DF@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that parameters of procedures for EPAS server 10 and below should be set/reset properly. Fixes #4161

(cherry picked from commit 9c3925e44821f218448c4d60faa2af7fee7dfb7d)

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ffffa42d073a13c1978323f2ddcf28ba0d5f583
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_6.rst | 3 ++-
.../functions/templates/procedure/ppas/sql/9.5_plus/update.sql | 4 ++--
.../functions/templates/procedure/ppas/sql/9.6_plus/update.sql | 4 ++--
.../schemas/templates/macros/functions/variable.macros | 10 ++++++++--
4 files changed, 14 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-22 06:01:23 pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event
Previous Message Aditya Toshniwal 2019-04-19 12:28:17 [pgAdmin][patch] browser beforeunload event code improvements