Re: Debugging Server Code

From: "Adam Rich" <adam(dot)r(at)sbcglobal(dot)net>
To: "'Kenneth Downs'" <ken(at)secdat(dot)com>
Cc: "'pgsql general'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Debugging Server Code
Date: 2007-03-14 20:06:46
Message-ID: 01dd01c76674$4ba73fc0$6400a8c0@dualcore
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Kenneth Downs wrote:

> I'm guessing that there is no step-wise debugger for pgsql. If there
> is, then glory be and call me a dummy for not R'ing TFM.
>
> In fact, I've never heard of a step-wise debugger for any DB
> server, am I wrong?
>

Yes. I've done step-wise debugging in Oracle (PL/SQL) and MS-SQL Server.
MySQL even has it.

For PostgreSQL, in addition to the pgfoundry solution Joshua mentioned,
there's also a debugger from Enterprise DB:

http://www.enterprisedb.com/products/enterprisedb_debugger.do

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2007-03-14 20:08:56 Re: quoted identifier behaviour
Previous Message Joshua D. Drake 2007-03-14 19:56:25 Re: Debugging Server Code