From: | "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org> |
---|---|
To: | |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function |
Date: | 2009-09-04 16:04:14 |
Message-ID: | 055.e9ade1b932cae778d8e38e8ce6e72d88@code.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | pgAdmin Trac | 2009-09-04 16:04:39 | Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function |
Previous Message | pgAdmin Trac | 2009-09-04 16:03:50 | Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function |