Re: Can't get the debugger going

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: rod(at)iol(dot)ie
Cc: schatz <gaybana2000(at)hotmail(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Can't get the debugger going
Date: 2009-04-13 12:23:30
Message-ID: 49E32EC2.1050401@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 13/04/2009 13:15, Raymond O'Donnell wrote:
> On 13/04/2009 05:09, schatz wrote:
>> I have the same problem, debugger option is disabled & have the
>> plugin_debugger & profiler.dll in the lib directory. I don't know how to do
>> pg)dumpall/psql_reload from pgadmin3. Can u pls. help me out how to do this.
>> How do I make sure debugger funcions are loaded in my dbase?
>
> You don't use pgAdmin for these; use pg_dumpall and psql themselves
> instead. PgAdmin just lets you do per-database dumps and reloads.

....and I meant to add that to reload the debugger functions, you do
something like this:

psql -f pldbgapi.sql <your_database>

The file pldbgapi.sql should be in the share/contrib directory. If you
want to have the functions loaded be default into every new database you
create, install them into template1.

HTH,

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Raymond O'Donnell 2009-04-13 16:14:52 Re: Can't get the debugger going
Previous Message Raymond O'Donnell 2009-04-13 12:15:41 Re: Can't get the debugger going