[pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Date: 2009-09-04 16:02:07
Message-ID: 046.d72a1fcba3c5adf38ef40ea3e020a89a@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
----------------------+-----------------------------------------------------
Version information:

Version 1.10.0(Aug 07 2009, rev:8008)

Platform:
Solaris 09

Description:

An error occurred regarding "server does not support SSL, but SSL was
required" if debug plpgsql function having return type character and click
ok on particular pop up message pgAdmin III crashed.

Step To Reproduce:-

1. Launch pgAdmin
2. create function
CREATE OR REPLACE FUNCTION fun()
RETURNS character AS
$BODY$begin
return 1;
end;$BODY$
LANGUAGE 'plpgsql' VOLATILE;

3. Function created.
4. Click on this function
5. select debugging
6. select Debug
7. pop up error occurred regarding "server does not support SSL, but SSL
was required"
8. Click OK.
9. pgAdmin III crashed.

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2009-09-04 16:02:53 Re: [pgAdmin III] #69: pgAdminIII crashed when debugging procedure and function
Previous Message pgAdmin Trac 2009-09-04 16:00:34 [pgAdmin III] #68: [EDB-AS]: If selects sequence for public synonym then target schema and target object remain disable