Thread: plpgsql debugger support for postgresql

plpgsql debugger support for postgresql

From
Pavel Stěhule
Date:
Hello

I would to test debugger with postgresql. Is possible somewhere download
server debugger support?

Thank You
Pavel Stehule



Re: plpgsql debugger support for postgresql

From
Guillaume Lelarge
Date:
Pavel Stěhule a écrit :
> I would to test debugger with postgresql. Is possible somewhere download
> server debugger support?
> 

I don't think it's available for native PostgreSQL. AFAIK, it's only
available with EnterpriseDB Advanced Server. Or perhaps Dave can share
with us a really good news ? :)

Regards.


-- 
Guillaume.
<!-- http://abs.traduc.org/    http://lfs.traduc.org/    http://docs.postgresqlfr.org/ -->


Re: plpgsql debugger support for postgresql

From
Dave Page
Date:
Guillaume Lelarge wrote:
> Pavel Stěhule a écrit :
>> I would to test debugger with postgresql. Is possible somewhere download
>> server debugger support?
>>
> 
> I don't think it's available for native PostgreSQL. AFAIK, it's only
> available with EnterpriseDB Advanced Server. Or perhaps Dave can share
> with us a really good news ? :)

I spoke with Korry last week - he's actively working on the community
version of the plugin. It apparently works with PostgreSQL now and
builds using PGXS I believe, but needs some API reshuffling to remove
some EDB specific parameters (package OID's to be specific).

Regards, Dave


Re: plpgsql debugger support for postgresql

From
Pavel Stěhule
Date:
Dave Page píše v Pá 20. 07. 2007 v 08:56 +0100:
> Guillaume Lelarge wrote:
> > Pavel Stěhule a écrit :
> >> I would to test debugger with postgresql. Is possible somewhere download
> >> server debugger support?
> >>
> >
> > I don't think it's available for native PostgreSQL. AFAIK, it's only
> > available with EnterpriseDB Advanced Server. Or perhaps Dave can share
> > with us a really good news ? :)
>
> I spoke with Korry last week - he's actively working on the community
> version of the plugin. It apparently works with PostgreSQL now and
> builds using PGXS I believe, but needs some API reshuffling to remove
> some EDB specific parameters (package OID's to be specific).
>
> Regards, Dave

It could be good contrib module

Pavel