#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

-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to