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

From: Dave Page <dpage(at)postgresql(dot)org>
To: Devrim GÜNDÜZ <devrim(at)CommandPrompt(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 14:55:29
Message-ID: 46DD71E1.2060500@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Devrim GÜNDÜZ wrote:
> Hi Korry,
>
> On Tue, 2007-09-04 at 10:07 -0400, korry.douglas wrote:
>> Now that we've "announced"
>
> Could you please define "we"? Is it "EDB" or "PostgreSQL" ? I'm asking
> this per a thread @ -advocacy list.

We, EDB. Though I'm not sure it was so much announced as
mentioned-in-passing in all honesty.

In any case, it's a plugin for PostgreSQL 8.2 and above that allows you
to debug pl/pgsql functions using pgAdmin. You can step through
functions, step into or over function calls, set breakpoints, examine
variable values etc - all the normal stuff you expect from a debugger.
You can also directly debug a selected function, or set a breakpoint on
one and wait for your app to hit the breakpoint so you can debug it in
context.

/D

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2007-09-04 14:57:06 Re: Has anyone tried out the PL/pgSQL debugger?
Previous Message Tom Lane 2007-09-04 14:50:55 Re: Per-function GUC settings: trickier than it looked