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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM #3723 "Error while starting debugging listener" message displayed if user click on package(function) without body
Date: 2018-11-15 20:18:32
Message-ID: CA+OCxoze05eav2ae6_RGQvuW_sr2xOBxMpCuOZPukoYHDzDM4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - applied.

On Thu, Nov 15, 2018 at 4:06 AM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> 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*
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-11-16 06:52:53 [pgAdmin4][Patch]: RM #3354 Debugger does not start if function has input vars of type array
Previous Message Dave Page 2018-11-15 20:18:15 pgAdmin 4 commit: Properly report errors when debugging cannot be start