[pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard
Дата
Msg-id CAKKotZRY9u9BPsczLvx50aFzeG=5BUofrp4FUeT-nYhexv_5Zw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
hiHi,

PFA patch to add functionality which will allow super user to cancel long running queries from dashboard.
RM#1812

Steps used to test:
1) Open psql session, Connect to 'test' database on respective server
2) Execute "select pg_sleep(1000);"
3) Open pgAdmin4
4) Connect to respective server
5) Click on Dashboard
6) Check "Sessions" tab under "Server activity" section then look for active sessions for test database.
7) Click on cancel button and cancel the active session
8) Check psql session now, you will see "ERROR:  canceling statement due to user request"



--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgAdmin4][Patch] Not to display PID comma separated in statistics panel
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Tag REL-1_6 has been created.