[pgAdmin4][patch]: RM#2026 - Debugger enabled when pldbgapi extension not loaded

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][patch]: RM#2026 - Debugger enabled when pldbgapi extension not loaded
Date: 2016-12-23 11:19:42
Message-ID: CACCA4P1Pt9hN=PQe+icUmO5rEoyku-0tt2n2FV7QyhRPDZ7RWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find attached patch file with the fix of RM #2026.

*Issue :- *
When debugger plugin is configured but doesn't have extension loaded in
database then user allowed to launch the debugger.

*Solution:-*
Retrieve debugger plugin loaded information from database and return
appropriate message to user before staring debugger.

Do review it and let us know for comments.

Thanks,
Neel Patel

Attachment Content-Type Size
RM_2026.patch application/octet-stream 1.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-12-23 11:23:29 PATCH: Table dialogue column specification issues (pgAdmin4)
Previous Message Akshay Joshi 2016-12-23 10:52:40 Re: [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved