Re: debugging in pgadmin - Mailing list pgsql-general

From josep porres
Subject Re: debugging in pgadmin
Date
Msg-id d2d532610903230550k34886f63j235e0b6b6f9ae5f4@mail.gmail.com
Whole thread Raw
In response to Re: debugging in pgadmin  (Dave Page <dpage@pgadmin.org>)
Responses Re: debugging in pgadmin  (josep porres <jmporres@gmail.com>)
Re: debugging in pgadmin  (Dave Page <dpage@pgadmin.org>)
List pgsql-general
yes, i have:
shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll'        # (change requires restart)


2009/3/23 Dave Page <dpage@pgadmin.org>
On Mon, Mar 23, 2009 at 12:40 PM, josep porres <jmporres@gmail.com> wrote:
> mmm...  my database schema have the pldbg functions.

Do you have something like this in your postgresql.conf:

shared_preload_libraries = '$libdir/plugins/plugin_debugger.so'

?

If not, add it, and restart the server (if you're on Windows, use
plugin_debugger.dll)

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

pgsql-general by date:

Previous
From: Dave Page
Date:
Subject: Re: debugging in pgadmin
Next
From: josep porres
Date:
Subject: Re: debugging in pgadmin