Thread: Verison 8.3 PL/pgSQL debugger Question

Verison 8.3 PL/pgSQL debugger Question

From
Tony Caduto
Date:
Hi,
Is there any documentation for developers on how to use the new debugger
in 8.3?
Specifically on how it works and general guidelines on integration into
3rd party GUI applications.

thanks,

Tony

Re: Verison 8.3 PL/pgSQL debugger Question

From
Simon Riggs
Date:
On Sat, 2007-11-10 at 15:34 -0600, Tony Caduto wrote:

> Is there any documentation for developers on how to use the new debugger
> in 8.3?
> Specifically on how it works and general guidelines on integration into
> 3rd party GUI applications.

The debugger is a plug-in, available from pgfoundry.

Postgres just provides the hooks to allow it to work, nothing else.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


Re: Verison 8.3 PL/pgSQL debugger Question

From
John DeSoi
Date:
Tony,

On Nov 10, 2007, at 4:34 PM, Tony Caduto wrote:

> Is there any documentation for developers on how to use the new
> debugger in 8.3?
> Specifically on how it works and general guidelines on integration
> into 3rd party GUI applications.

The API documentation is in the source file pldbgapi.c. Korry posted
a more detailed example here (which was to be added to the readme file):

http://archives.postgresql.org/pgsql-hackers/2007-09/msg00241.php




John DeSoi, Ph.D.