Re: PL/pgSQL debugger

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Dane Foster <studdugie(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PL/pgSQL debugger
Date: 2016-01-29 21:02:16
Message-ID: CAFj8pRA=FDm8N+bjSse116XZzxPNSRwR5-zjXJB7=yE6CC8n9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

2016-01-29 21:52 GMT+01:00 Dane Foster <studdugie(at)gmail(dot)com>:

> Hello,
>
> I googled "plpgsql debugger" and eventually ended up at
> http://pgfoundry.org/projects/edb-debugger/, where the latest release is
> almost 8 years old. I am aware that this is not an EDB forum but given that
> I sent them an e-mail at 9AM EST and I haven't received a response yet I
> figured it can't hurt to try my question here. Is anyone using it on recent
> (e.g., 9.5) versions of PostgreSQL. If not, is there any consensus on what
> one should be using to debug PL/pgSQL functions?
>

plpgsql debugger should be included directly in pgAdminIII

The necessary extension can 8 years old - it implements communication
between client and server side code and this is long time without change

http://www.pgadmin.org/docs/1.8/debugger.html

Regards

Pavel

> Thanks,
>
> Dane
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2016-01-29 21:22:56 Re: PL/pgSQL debugger
Previous Message Dane Foster 2016-01-29 20:52:29 PL/pgSQL debugger