Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-29 Thread Ashesh Vashi
with >>>> Windows 8) and both fails. >>>> I am using PostgreSQL 9.3.1-1 and pgAdmin 1.18.1 >>>> >>>> Thank you. >>>> >>>> >>>> -- >>>> *De:* Ashesh Vashi [mailto:as

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-29 Thread Akshay Joshi
>> >>> Thank you. >>> >>> >>> -- >>> *De:* Ashesh Vashi [mailto:ashesh.va...@enterprisedb.com] >>> *Enviado el:* martes, 29 de octubre de 2013 7:50 >>> *Para:* EDUARDO ESTEBAN >>> *CC:* pgadmin-support &

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-29 Thread Akshay Joshi
prisedb.com] >> *Enviado el:* martes, 29 de octubre de 2013 7:50 >> *Para:* EDUARDO ESTEBAN >> *CC:* pgadmin-support >> *Asunto:* Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 >> after closing debug window >> >> On Mon, Oct 28, 2013 at 11:36 PM, ED

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-29 Thread Ashesh Vashi
window >>> as it was on step 3. >>> >> Unfortunately - I am not able reproduce the scenario. >> I tried multiple times and multiple ways without luck... >> >>> >>> Regards. >>> Eduardo Esteban >>> >>> --

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-29 Thread EDUARDO ESTEBAN
...@enterprisedb.com] Enviado el: martes, 29 de octubre de 2013 7:50 Para: EDUARDO ESTEBAN CC: pgadmin-support Asunto: Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window On Mon, Oct 28, 2013 at 11:36 PM, EDUARDO ESTEBAN wrote: Try to push the play button on the toolbar insted

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-28 Thread Ashesh Vashi
> > Thank you > > -- > *De:* Ashesh Vashi [mailto:ashesh.va...@enterprisedb.com] > *Enviado el:* lunes, 28 de octubre de 2013 18:57 > > *Para:* EDUARDO ESTEBAN > *CC:* pgadmin-support > *Asunto:* Re: [pgadmin-support] pgAdmin debugger ha

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-28 Thread EDUARDO ESTEBAN
ESTEBAN CC: pgadmin-support Asunto: Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window On Mon, Oct 28, 2013 at 10:51 PM, EDUARDO ESTEBAN wrote: Thank you for your fast answer. I don“t know what you exactly mean by session, but please let me resume the steps to

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-28 Thread Ashesh Vashi
>> -- >> *De:* pgadmin-support-ow...@postgresql.org [mailto: >> pgadmin-support-ow...@postgresql.org] *En nombre de *Ashesh Vashi >> *Enviado el:* martes, 22 de octubre de 2013 19:40 >> >> *Para:* EDUARDO ESTEBAN >> *CC:* pgadm

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-28 Thread EDUARDO ESTEBAN
ESTEBAN CC: pgadmin-support Asunto: Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window Do mean to say that - the debugger does not remember the break-points for two different sessions? Then yes - it is not remembering them at the moment. I will send a patch to resolve

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-28 Thread Ashesh Vashi
ort-ow...@postgresql.org] En nombre de Ashesh Vashi > > Enviado el: martes, 22 de octubre de 2013 15:49 > > > > Para: EDUARDO ESTEBAN > > CC: pgadmin-support > > Asunto: Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after > closing debug window > >

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-28 Thread EDUARDO ESTEBAN
: pgadmin-support-ow...@postgresql.org [mailto:pgadmin-support-ow...@postgresql.org] En nombre de Ashesh Vashi Enviado el: martes, 22 de octubre de 2013 19:40 Para: EDUARDO ESTEBAN CC: pgadmin-support Asunto: Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window On

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-22 Thread Ashesh Vashi
AGE plpgsql VOLATILE >> COST 1000; >> ALTER FUNCTION isql_country_b_trigger() >> OWNER TO postgres; >> --CREATE TRIGGER >> CREATE TRIGGER isql_tri_0_b_iud_country_cou >> BEFORE INSERT OR UPDATE OR DELETE >> ON "COUNTRY_COU" >> FOR

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-22 Thread EDUARDO ESTEBAN
Enviado el: martes, 22 de octubre de 2013 15:49 Para: EDUARDO ESTEBAN CC: pgadmin-support Asunto: Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window On Mon, Oct 21, 2013 at 8:12 PM, EDUARDO ESTEBAN wrote: Dear Ashesh, Thank you for your fast answer. It fails with

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-22 Thread Ashesh Vashi
ntry_cou > BEFORE INSERT OR UPDATE OR DELETE > ON "COUNTRY_COU" > FOR EACH ROW > EXECUTE PROCEDURE isql_country_b_trigger(); > > > > Finally, to reproduce the problem open one pgAdmin Window to debug > the trigger function.** > > **Open another pgA

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-21 Thread EDUARDO ESTEBAN
ther pgAdmin Window and insert a record on the table. When the debug Window is closed then the pgAdmin freezes and it should be closed from the task manager. Thank you in advance Eduardo Esteban _ De: pgadmin-support-ow...@postgresql.org [mailto:pgadmin-support-ow...@postgresql.o

Re: [pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-21 Thread Ashesh Vashi
Hi Eduardo Esteban, Can you please share the pl/pgsql for debugging? (We require that to understand the function structure. i.e. return values, arguments, etc.) We will also require following information: 1. pgAdmin III version 2. OS version 3. Database server version NOTE: A step by step reprod

[pgadmin-support] pgAdmin debugger hangs on Windows 8 after closing debug window

2013-10-21 Thread EDUARDO ESTEBAN
Hi, When using the debugger in pgAdmin on Windows 8 debugging any pl/pgsql funtion it hangs and the pgAdmin should be close from the task manager. This only happens on whatever version of pgAdmin used on Windows 8 64 bits (for example pgAdmin 1.18.0). To reproduce the problem try to debug a pl/pgsq