David Gardner wrote:
As someone who would greatly benefit from this feature, is there
something I can do to help out in development/testing of this feature? I
have a test server I could install a cvs release of pgsql and know my
way around a makefile.
Hi David,
At the moment it's just a case o
-
>> From: David Gardner <[EMAIL PROTECTED]>
>> To: "'Dave Page'" <[EMAIL PROTECTED]>
>> Sent: 06/06/07, 00:14:52
>> Subject: RE: pl/pgsql debuging, was Re: [GENERAL] debugging C functions
>>
>> I grabbed the May 10th dev sn
> --- Original Message ---
> From: David Gardner <[EMAIL PROTECTED]>
> To: "'Dave Page'" <[EMAIL PROTECTED]>
> Sent: 06/06/07, 00:14:52
> Subject: RE: pl/pgsql debuging, was Re: [GENERAL] debugging C functions
>
> I grabbed the May
uging, was Re: [GENERAL] debugging C functions
> --- Original Message ---
> From: "Pavel Stehule" <[EMAIL PROTECTED]>
> To: "David Gardner" <[EMAIL PROTECTED]>
> Sent: 05/06/07, 21:01:49
> Subject: Re: pl/pgsql debuging, was Re: [GENERA
> --- Original Message ---
> From: "Pavel Stehule" <[EMAIL PROTECTED]>
> To: "David Gardner" <[EMAIL PROTECTED]>
> Sent: 05/06/07, 21:01:49
> Subject: Re: pl/pgsql debuging, was Re: [GENERAL] debugging C functions
>
> 2007/6/5, Da
2007/6/5, David Gardner <[EMAIL PROTECTED]>:
This post got me thinking, is there a similar procedure for PL/pgSQL functions?
No. You can debug PL/pgSQL function via debug plugin API. Currently
exists only one debugger, which can do it - Enterprisedb debugger.
Regards
Pavel Stehule
--