pgAdmin 4 commit: Allow non-superusers to debug their own functionsand - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow non-superusers to debug their own functionsand
Date
Msg-id E1dPxZg-0001xK-IY@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow non-superusers to debug their own functions and prevent them from setting global breakpoints. Fixes #2162

Based on a patch from Kit Yam Tse

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             | 40 ++++++++++++++++------
.../debugger/templates/debugger/js/debugger.js     | 40 +++++++++++++---------
2 files changed, 53 insertions(+), 27 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] To fix the issue in Debugger module
Next
From: Joao Pedro De Almeida Pereira
Date:
Subject: Re: [pgadmin-hackers] Re: Server side cursor limitations for ondemand loading of data in query tool [RM2137] [pgAdmin4]