Thread: PL/pgSQL debugger
I have been looking for an interactive PL/pgSQL for Postgres with no luck. Does anybody know of one open source or commercial?
If not then I would like to know if there is currently a debugging API that can be attached to for writing such a debugger?
And finally...
If there isn't any debugging API how many people are interested in either the debugging API or the final product which would be an interactive debugger?
Thanks in advance,
Keith
Hello look at http://www.ems-hitech.com/pgmanager. Pgmanager has interactive plpgsql debugger. regards Pavel On Thu, 26 Feb 2004, Keith Bottner wrote: > I have been looking for an interactive PL/pgSQL for Postgres with no luck. > Does anybody know of one open source or commercial? > > If not then I would like to know if there is currently a debugging API that > can be attached to for writing such a debugger? > > And finally... > > If there isn't any debugging API how many people are interested in either > the debugging API or the final product which would be an interactive > debugger? > > Thanks in advance, > > Keith > > >
Thanks for the link to pgmanager. BTW, do you know if Postgres provides a debugging API that can be used for debugging PL/pgSQL? Or is pgmanager using some kind of simulated debugging? Keith -----Original Message----- From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Pavel Stehule Sent: Thursday, February 26, 2004 9:13 AM To: Keith Bottner Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] PL/pgSQL debugger Hello look at http://www.ems-hitech.com/pgmanager. Pgmanager has interactive plpgsql debugger. regards Pavel On Thu, 26 Feb 2004, Keith Bottner wrote: > I have been looking for an interactive PL/pgSQL for Postgres with no > luck. Does anybody know of one open source or commercial? > > If not then I would like to know if there is currently a debugging API > that can be attached to for writing such a debugger? > > And finally... > > If there isn't any debugging API how many people are interested in > either the debugging API or the final product which would be an > interactive debugger? > > Thanks in advance, > > Keith > > > ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
I think so pgmanager simulate debugging. Debug API for plpgsql doesnot exists Pavel On Thu, 26 Feb 2004, Keith Bottner wrote: > Thanks for the link to pgmanager. > > BTW, do you know if Postgres provides a debugging API that can be used for > debugging PL/pgSQL? Or is pgmanager using some kind of simulated debugging? > > Keith > > -----Original Message----- > From: pgsql-general-owner@postgresql.org > [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Pavel Stehule > Sent: Thursday, February 26, 2004 9:13 AM > To: Keith Bottner > Cc: pgsql-general@postgresql.org > Subject: Re: [GENERAL] PL/pgSQL debugger > > > Hello > > look at http://www.ems-hitech.com/pgmanager. Pgmanager has interactive > plpgsql debugger. > > regards > > Pavel > > On Thu, 26 Feb 2004, Keith Bottner wrote: > > > I have been looking for an interactive PL/pgSQL for Postgres with no > > luck. Does anybody know of one open source or commercial? > > > > If not then I would like to know if there is currently a debugging API > > that can be attached to for writing such a debugger? > > > > And finally... > > > > If there isn't any debugging API how many people are interested in > > either the debugging API or the final product which would be an > > interactive debugger? > > > > Thanks in advance, > > > > Keith > > > > > > > > > ---------------------------(end of broadcast)--------------------------- > TIP 7: don't forget to increase your free space map settings >