pgAdmin 4 commit: Allow debugging of functions in packages. Fixes#1948 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow debugging of functions in packages. Fixes#1948
Date
Msg-id E1dS3Iq-0003DF-AO@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow debugging of functions in packages. Fixes #1948

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5c7dcaba81c55846f5d9a85f1226abdee8cc1856
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/packages/edbfuncs/__init__.py       | 6 ++++--
.../packages/edbfuncs/templates/edbfunc/ppas/9.1_plus/node.sql    | 3 ++-
.../packages/edbfuncs/templates/edbfunc/ppas/9.2_plus/node.sql    | 3 ++-
.../packages/edbfuncs/templates/edbproc/ppas/9.1_plus/node.sql    | 3 ++-
.../packages/edbfuncs/templates/edbproc/ppas/9.2_plus/node.sql    | 3 ++-
web/pgadmin/tools/debugger/templates/debugger/js/debugger.js      | 8 +++++++-
6 files changed, 19 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: Build failed in Jenkins: pgadmin4-master-python33 #211
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove unnecessary whitespace from stored procedureS