[pgAdmin4][Patch]: RM #3723 "Error while starting debugging listener" message displayed if user click on package(function) without body

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM #3723 "Error while starting debugging listener" message displayed if user click on package(function) without body
Date: 2018-11-15 09:05:54
Message-ID: CANxoLDdyuseLA-M1EZNEM_ffAJ6+DxZe+3gMzLA3cmzfgoCzEQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to modify the error message from "Error while
starting debugging listener" to the actual message return by the database
server. Issue is when we debug the package(function) without body, we got
the error message "not executed, package body does not exist". Please refer
"psql_error.png" file.

Solution: Instead of showing our own hard coded message, we should show the
actual message comes from the database server.

--
*Akshay Joshi*

*Sr. Software Architect *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
psql_error.png image/png 285.7 KB
RM_3723.patch application/octet-stream 1.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-15 20:18:15 pgAdmin 4 commit: Properly report errors when debugging cannot be start
Previous Message Dave Page 2018-11-15 00:56:23 Re: Serving pgadmin4 from subdirectory (e.g. example.com/pgadmin4)