Re: Has anyone tried out the PL/pgSQL debugger?

From: Dave Page <dpage(at)postgresql(dot)org>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: "korry(dot)douglas" <korry(dot)douglas(at)enterprisedb(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Has anyone tried out the PL/pgSQL debugger?
Date: 2007-09-04 15:26:42
Message-ID: 46DD7932.7020408@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule wrote:
> Hello Korry
>
> I test it and with pgAdmin and sent some bug reports (pgAdmin had some
> problems not debugger).
>

Did you report the issues you had? I don't recall seeing anything.

> 1. can be integrated into psql?

Not without significant effort I would imagine - it's too interactive.

> 2. can be started from query execution (with breakpoint). Now I have
> to expliciltly start debugged function.

pgAdmin allows you to do it either explicitly or with a global
breakpoint (ie. one that will catch invocation in any backend).

What version of pgAdmin did you test exactly? The global breakpoint code
was maybe unavailable for a few days many months ago, but has been there
for a long time now.

Regards, Dave.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message korry.douglas 2007-09-04 15:31:05 Re: Has anyone tried out the PL/pgSQL debugger?
Previous Message Gregory Stark 2007-09-04 15:21:54 Re: Has anyone tried out the PL/pgSQL debugger?