Re: [pgadmin-support] Debugging grayed out even pldebugger is installed in postgres

2009-08-03 Thread Dave Page
On Mon, Aug 3, 2009 at 1:47 PM, Petr Vodicka wrote: >> That should be: >> >> shared_preload_libraries = '$libdir/plugins/plugin_debugger.so' >> > > That was the problem. Now "show shared_preload_libraries;" command returns: > >      shared_preload_libraries > >

Re: [pgadmin-support] Debugging grayed out even pldebugger is installed in postgres

2009-08-03 Thread Petr Vodicka
2009/8/3 Dave Page : > Please keep the thread on the mailing list or I will have to stop > replying. I do not provide private support. I am really sorry, I didn't want to send private messages. > > On Mon, Aug 3, 2009 at 12:49 PM, Petr Vodicka wrote: > >>> What does the SQL query: >>> >>> show sha

Re: [pgadmin-support] Debugging grayed out even pldebugger is installed in postgres

2009-08-03 Thread Dave Page
Please keep the thread on the mailing list or I will have to stop replying. I do not provide private support. On Mon, Aug 3, 2009 at 12:49 PM, Petr Vodicka wrote: >> What does the SQL query: >> >> show shared_preload_libraries; >> >> return? >> > Weird, only one empty row. So I tried to load libr

Re: [pgadmin-support] Debugging grayed out even pldebugger is installed in postgres

2009-08-03 Thread Dave Page
Again: Please keep messages on the mailing list. On Mon, Aug 3, 2009 at 10:54 AM, Petr Vodicka wrote: > 2009/8/3 Dave Page : >> Please keep messages on the mailing list. >> >> On Mon, Aug 3, 2009 at 10:38 AM, Petr Vodicka wrote: >>> Yes, I did. I have few my own pl/pgsql function in my database an

Re: [pgadmin-support] Debugging grayed out even pldebugger is installed in postgres

2009-08-03 Thread Dave Page
Please keep messages on the mailing list. On Mon, Aug 3, 2009 at 10:38 AM, Petr Vodicka 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 f

Re: [pgadmin-support] Debugging grayed out even pldebugger is installed in postgres

2009-08-03 Thread Dave Page
On Mon, Aug 3, 2009 at 9:35 AM, Petr Vodicka wrote: > Hello, > > I don't know why, but I am unable to use debugging feature in > pgAdminIII. Debugging selection in menu is still greyed out. Have you selected a pl/pgsql function in the treeview? The option will remain greyed out until you select so

[pgadmin-support] Debugging grayed out even pldebugger is installed in postgres

2009-08-03 Thread Petr Vodicka
Hello, I don't know why, but I am unable to use debugging feature in pgAdminIII. Debugging selection in menu is still greyed out. My environment is: Linux Fedora 9, Postgres 8.4.0, PLpgSQL Debugger (latest CVS - version 1.11) pgAdminIII 1.10.0 - Windows version Debugger is installed in Postgre