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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow non-superusers to debug their own functionsand
Дата
Msg-id E1dPxZg-0001xK-IY@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] To fix the issue in Debugger module
Следующее
От: Joao Pedro De Almeida Pereira
Дата:
Сообщение: Re: [pgadmin-hackers] Re: Server side cursor limitations for ondemand loading of data in query tool [RM2137] [pgAdmin4]