Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Date
Msg-id 055.e9ade1b932cae778d8e38e8ce6e72d88@code.pgadmin.org
Whole thread Raw
In response to [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List pgadmin-hackers
#69: pgAdminIII crashed when debugging procedure and function
----------------------+-----------------------------------------------------
 Reporter:  dpage     |       Owner:  dpage  
     Type:  bug       |      Status:  new    
 Priority:  critical  |   Milestone:  1.10.1 
Component:  pgadmin   |     Version:  1.10   
 Keywords:            |    Platform:  solaris
----------------------+-----------------------------------------------------

Comment(by dpage):

 If we create following function with 5444 pgAdmin III crashed as well:

 CREATE OR REPLACE FUNCTION fun()
   RETURNS character AS
 $BODY$begin
 return 1;
 end;$BODY$
   LANGUAGE 'plpgsql' VOLATILE;

 While for new procedure its working fine with 5444:

 create or replace procedure proc
 is
 begin
 null;
 end;

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/69#comment:3>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function