[pgadmin-support] Feature request - find record from selected foreign key

2009-08-03 Thread Mike Blackwell
It'd be nice to be able to right click on a foreign key value in a table view and have a menu option (in addition to the existing "filter on value", etc) to open a new table view on the referenced table filtered to just the matching record. Mike Blackwell mike.blackw...@rrd.com -- Sent via pga

Re: [pgadmin-support] Cannot paste text from eclipse 3.5 to PGAdmin III

2009-08-03 Thread Dave Page
On Mon, Aug 3, 2009 at 4:34 PM, Stephan Jaensch wrote: > Hi all, > Am 30.07.2009 um 18:14 schrieb Paul Austin: > > I'm having problems pasting text from Eclipse 3.5 into PGAdmin III (1.10.0 > and 1.8.4) on Mac OS X. > > I have reported a bug to eclipse which describes the full issue > https://bugs.

Re: [pgadmin-support] Cannot paste text from eclipse 3.5 to PGAdmin III

2009-08-03 Thread Stephan Jaensch
Hi all, Am 30.07.2009 um 18:14 schrieb Paul Austin: I'm having problems pasting text from Eclipse 3.5 into PGAdmin III (1.10.0 and 1.8.4) on Mac OS X. I have reported a bug to eclipse which describes the full issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=284329 I was wondering if the

Re: [pgadmin-support] Cannot paste text from eclipse 3.5 to PGAdmin III

2009-08-03 Thread Dave Page
On Fri, Jul 31, 2009 at 11:25 PM, Mark Murawski wrote: > Also, along the lines of pasting... > > You can't copy text from a query editor using the "select a region" method > that's standard in X (where you select a bit of text, and then middle click > in another window to paste).. This kills the ab

Re: [pgadmin-support] pgadmin goes to infinite loop

2009-08-03 Thread Madis Pärn
the problem persists, multiple clicks on view refresh button hangs pgadmin and cpu goes up. the error occurring and being logged is empty string "". pgAdmin3_dbg.exe!frmEditGrid::Go+0xabb is line 1297 wxMilliSleep(10); any other ideas? stack: ntkrnlpa.exe!KiUnlockDispatcherDatabase+0x77 ntkrnl

Re: [pgadmin-support] pgadmin goes to infinite loop

2009-08-03 Thread Dave Page
On Mon, Aug 3, 2009 at 3:51 PM, Madis Pärn wrote: > the problem persists, multiple clicks on view refresh button hangs pgadmin > and cpu goes up. > > the error occurring and being logged is empty string "". > pgAdmin3_dbg.exe!frmEditGrid::Go+0xabb is line 1297 wxMilliSleep(10); > > any other ideas?

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