Re: Debugging grayed out even pldebugger is installed in postgres

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Petr Vodicka <vodicka(dot)petr(at)email(dot)cz>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Debugging grayed out even pldebugger is installed in postgres
Date: 2009-08-03 09:46:35
Message-ID: 937d27e10908030246h5fa359a0l69e2368877cce53@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Please keep messages on the mailing list.

On Mon, Aug 3, 2009 at 10:38 AM, Petr Vodicka<vodicka(dot)petr(at)email(dot)cz> wrote:
> Yes, I did. I have few my own pl/pgsql function in my database and
> some other from installed Pg::snaphost. And if I select any of these
> functions, still no debug.

A few things to check:

Are the functions owned by your user account? (or are you a superuser?).

Do any of the debug options appear if you right-click the function?

Are the debug API functions installed in the same database as the
functions you want to debug? Having them in the maintenance database
is not enough.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2009-08-03 10:02:19 Re: Debugging grayed out even pldebugger is installed in postgres
Previous Message Dave Page 2009-08-03 09:15:21 Re: Debugging grayed out even pldebugger is installed in postgres