pgAdmin 4 commit: Allow non-superusers to debug their own functions and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow non-superusers to debug their own functions and
Date: 2017-06-27 20:59:04
Message-ID: E1dPxZg-0001xK-IY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Joao Pedro De Almeida Pereira 2017-06-27 21:03:45 Re: [pgadmin-hackers] Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]
Previous Message Dave Page 2017-06-27 20:58:25 Re: [pgAdmin4][Patch] To fix the issue in Debugger module