[pgadmin-support] pgadmin beta cannot edit plpgsql stored procedure

2007-07-20 Thread Pavel Stěhule
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

[pgadmin-support] plpgsql debugger support for postgresql

2007-07-20 Thread Pavel Stěhule
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

Re: [pgadmin-support] pgadmin beta cannot edit plpgsql stored procedure

2007-07-20 Thread Guillaume Lelarge
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

Re: [pgadmin-support] plpgsql debugger support for postgresql

2007-07-20 Thread Guillaume Lelarge
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 ?

Re: [pgadmin-support] plpgsql debugger support for postgresql

2007-07-20 Thread Dave Page
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

Re: [pgadmin-support] plpgsql debugger support for postgresql

2007-07-20 Thread Pavel Stěhule
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

Re: [pgadmin-support] public schema not prefixed / copy + paste adds newline

2007-07-20 Thread Dave Page
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,