Re: Testing 1.7: Errors with function pldbg_get_target_info(..) - Mailing list pgadmin-hackers

From Erwin Brandstetter
Subject Re: Testing 1.7: Errors with function pldbg_get_target_info(..)
Date
Msg-id 4665C784.3060407@falter.at
Whole thread Raw
In response to Re: Testing 1.7: Errors with function pldbg_get_target_info(..)  (Dave Page <dpage@postgresql.org>)
List pgadmin-hackers
dpage@postgresql.org wrote:
> Erwin Brandstetter wrote:
>
>> Hi developers! Hi Dave!
>>
>> Still testing pgAdmin III 1.7.0, rev 6292:6293. Client Win XP, hosts:
>> Debian Sarge / PG 8.1.8 and Debian Etch / PG 8.2.3 (and looking forward
>> to the snapshot to come)
>>
>>
>> I found multiple occurrences of this mysterious error message in my
>> logs. while testing pgAdmin3 1.7 (with pg 8.1.8 server). A quick google
>> search has found the string 'pldbg_get_target_info' in pgAdmin source
>> code...
>>
>> FEHLER:  Funktion pldbg_get_target_info("unknown", "unknown") existiert
>> nicht
>> TIPP: ....
>> ANWEISUNG:  SELECT * FROM pldbg_get_target_info('version', 'f');
>>
>> Translates:
>> ERROR:  Function pldbg_get_target_info("unknown", "unknown") does not exist
>> HINT: ...
>> STATEMENT:  SELECT * FROM pldbg_get_target_info('version', 'f');
>>
>
> Thats a function in the debugger plugin. Are you seeing a Debug or
> Global Breakpoint menu option someplace where you probably shouldn't?
>

Not that I would have noticed. But if I know what to look for, I will
keep an eye open. I would have an item of the name "Debug" or "Global
Breakpoint" in some random menu?
(I have yet to see the debugger in action, as I have only PostgreSQL
servers at my disposal.)

Regards
Erwin



pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Testing 1.7: Errors with function pldbg_get_target_info(..)
Next
From: "Dave Page"
Date:
Subject: Re: Testing 1.7: Errors with function pldbg_get_t arget_info(..)