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

From: "korry(dot)douglas" <korry(dot)douglas(at)enterprisedb(dot)com>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Has anyone tried out the PL/pgSQL debugger?
Date: 2007-09-04 20:42:33
Message-ID: 46DDC339.3060807@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> The interview made it sound more mainstream. But then it did sound a
> little disjointed too.
I suspect that it may go more mainstream in a later release, but it
seems way too late for 8.3.
> Do we know if it going to be distributed with pgAdmin on Windows?
The graphical debugger client is part of pgAdmin (on all platforms I
believe - Dave Page can say for sure).

I don't know if the server-side stuff will be available in the Win32
installer - Magnus (or Dave), can you comment?

> Don't see the tracer, unless I'm missing what you mean.
You're right, it's not in the edb-debugger tarball. If you think you
might be interested, I can resurrect it.
> Problem with RAISE DEBUGs throughout my plpgsql is that it's either
> all on or all off. I'd like something more controllable.
How about a PL/pgSQL function such as LOG_MESSAGE( message TEXT, level
ENUM, facility ENUM )? Just a thought...

I can see how a plugin would be helpful though too.

-- Korry

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2007-09-04 20:54:37 Re: Has anyone tried out the PL/pgSQL debugger?
Previous Message Richard Huxton 2007-09-04 20:22:45 Re: Has anyone tried out the PL/pgSQL debugger?