Hello
I am testing new beta. I found small bug. Button Ok is disabled in
function property dialog when language plpgsql is chosen.
Regards
Pavel Stehule
---(end of broadcast)---
TIP 4: Have you searched our list archives?
http://ar
Hello
I would to test debugger with postgresql. Is possible somewhere download
server debugger support?
Thank You
Pavel Stehule
---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
Hi Pavel,
Pavel Stěhule a écrit :
> I am testing new beta. I found small bug. Button Ok is disabled in
> function property dialog when language plpgsql is chosen.
>
When you add a new function, before pgAdmin enables the OK button, you
need to specify the name, the return type, the language and
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 ?
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
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
> > a
Kieran McCusker wrote:
> Dave
>
> show search_path returns : "$user",public
Ah-ha - I tested on EnterpriseDB which misses the quotes (which I guess
were added in PostgreSQL at some point). I've changed the code to allow
for possible quotes - will commit shortly.
Thanks for the report.
Regards,