Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread josep porres
thanks Tony, I'm going to take a look to it tomorrow morning. Josep Porres 2008/4/7, Tony Caduto <[EMAIL PROTECTED]>: > > josep porres wrote: > > > > > 2008/4/7, Dave Page <[EMAIL PROTECTED] >: > > > >On Mon, Apr 7, 2008 at 10:21 AM, josep porres <[EMAIL PROTECTED] >

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Tony Caduto
Magnus Hagander wrote: You know, kinda like PostgreSQL vs Oracle Express ;) Well, not quite the same since LA Debugger Client is not crippled in some way Like Oracle or MS SQL Express :-) It's just plain old freeware. Later, Tony -- Sent via pgsql-general mailing list (pgsql-general@post

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Magnus Hagander
Joshua D. Drake wrote: > On Mon, 07 Apr 2008 19:07:22 +0200 > Magnus Hagander <[EMAIL PROTECTED]> wrote: > > > > Yes. The edb debugger is open source (it's on pgfoundry), and the > > LA debugger client is free-as-in-beer. You know, kinda like > > PostgreSQL vs Oracle Express ;) > > Uhmm Oracle E

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Joshua D. Drake
On Mon, 07 Apr 2008 19:07:22 +0200 Magnus Hagander <[EMAIL PROTECTED]> wrote: > Yes. The edb debugger is open source (it's on pgfoundry), and the LA > debugger client is free-as-in-beer. You know, kinda like PostgreSQL > vs Oracle Express ;) Uhmm Oracle Express is crippleware. I don't think Ton

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Magnus Hagander
Joshua D. Drake wrote: On Mon, 07 Apr 2008 10:26:23 -0500 Tony Caduto <[EMAIL PROTECTED]> wrote: You can use the Lightning Admin win32 debugger, very stable and FREE. The edb-debugger is open source??? Or are you just saying that although the Lightning Admin debugger is not open source it is

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Joshua D. Drake
On Mon, 07 Apr 2008 10:26:23 -0500 Tony Caduto <[EMAIL PROTECTED]> wrote: > > > You can use the Lightning Admin win32 debugger, very stable and FREE. The edb-debugger is open source??? Or are you just saying that although the Lightning Admin debugger is not open source it is FREE? (which is fine

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Tony Caduto
josep porres wrote: 2008/4/7, Dave Page <[EMAIL PROTECTED] >: On Mon, Apr 7, 2008 at 10:21 AM, josep porres <[EMAIL PROTECTED] > wrote: > well, when you asked me about where I downloaded it, I downloaded it from I > install

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Tony Caduto
josep porres wrote: Hi, I don't know if here is the right place to post this, but anyway ... Does anybody know if there is any binary dist for win32 edb-debugger for pgsql8.3? If not, do you know which compiler I have to use? I don't need to install anything on the client side where is my pg

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread josep porres
if I try to close the parameter window using X button instead of Cancel, it's the same. It's a bit annoying when I finnish debugging, but I can debug, so it's fine :) I will be looking forward new versions. thanks again Dave Josep Porres 2008/4/7, Dave Page <[EMAIL PROTECTED]>: > > On Mon, Apr

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Dave Page
On Mon, Apr 7, 2008 at 10:21 AM, josep porres <[EMAIL PROTECTED]> wrote: > well, when you asked me about where I downloaded it, I downloaded it from I > installed it again. > It seems I can debug with no problems till now. > However, when I begin to debug and the function parameters window appears,

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread josep porres
well, when you asked me about where I downloaded it, I downloaded it from I installed it again. It seems I can debug with no problems till now. However, when I begin to debug and the function parameters window appears, if I click cancel it freezes. the log says: 2008-04-07 11:05:05 STATUS : Obten

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Dave Page
On Mon, Apr 7, 2008 at 9:40 AM, josep porres <[EMAIL PROTECTED]> wrote: > I downloaded it from: > http://www.postgresql.org/ftp/pgadmin3/release/v1.8.2/win32/ > spaninsh http mirror > http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fpgadmin3%2Frelease%2Fv1.8.2%2Fwin32%2Fpgadmin3-1.8.2-2

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread josep porres
I downloaded it from: http://www.postgresql.org/ftp/pgadmin3/release/v1.8.2/win32/ spaninsh http mirror http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fpgadmin3%2Frelease%2Fv1.8.2%2Fwin32%2Fpgadmin3-1.8.2-2.zip Is this version wrong? Josep Porres 2008/4/7, Dave Page <[EMAIL PROTE

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Dave Page
On Mon, Apr 7, 2008 at 9:29 AM, josep porres <[EMAIL PROTECTED]> wrote: > ok, thx, > I can debug from server pgadmin which ships with pg8.3 (1.8.2 rev 7030), > because it runs on windows, > but in the client side, running pgadmin1.8.2 rev 7050 it seems to hang, it > freezes. > Do I need to config a

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread josep porres
ok, thx, I can debug from server pgadmin which ships with pg8.3 (1.8.2 rev 7030), because it runs on windows, but in the client side, running pgadmin1.8.2 rev 7050 it seems to hang, it freezes. Do I need to config anything? thx Josep Porres 2008/4/7, Dave Page <[EMAIL PROTECTED]>: > > On Mon, A

Re: [GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread Dave Page
On Mon, Apr 7, 2008 at 8:11 AM, josep porres <[EMAIL PROTECTED]> wrote: > > Hi, > > I don't know if here is the right place to post this, but anyway ... > Does anybody know if there is any binary dist for win32 edb-debugger for > pgsql8.3? > If not, do you know which compiler I have to use? > I do

[GENERAL] edb-debugger, debugging pl/pgsql

2008-04-07 Thread josep porres
Hi, I don't know if here is the right place to post this, but anyway ... Does anybody know if there is any binary dist for win32 edb-debugger for pgsql8.3? If not, do you know which compiler I have to use? I don't need to install anything on the client side where is my pgadmin, right? thx Josep