[pgadmin-hackers] Foreign key dialog

2007-12-11 Thread Guillaume Lelarge
Hi, I was looking at a foreign key details. I wonder why the "FK index name" is only available on the dialog. Or is it the same thing that the "Covering index" on the details table ? Last one (and this is why I'm looking at this right now), if I drop this index and display the details of the fore

Re: [pgadmin-hackers] Submitting cursored query support, docs, etc

2007-12-11 Thread Dave Page
Kalle Hallivuori wrote: > Actually, I'm still wondering how to do this. We need to > > 1. submit the SELECT to server so that it produces a CURSOR instead of > a result set, > 2. fetch and view rows from CURSOR instead of a ready-made result set, > 3. handle a new state where a query is running bu

[pgadmin-hackers] pgAgent sessions

2007-12-11 Thread Roberts, Jon
I'm not sure if I should ask this here or the general group but I'll start here. I need to limit the number of concurrent running jobs using pgAgent to a value from a table. Thoughts: 1. Setting on pgAgent itself to limit the number of concurrent jobs but I don't see an option for this. 2. Ha

Re: [pgadmin-hackers] Creating types

2007-12-11 Thread Guillaume Lelarge
Dave Page a écrit : > Guillaume Lelarge wrote: >> Dave Page a écrit : >>> [...] >>> I'm currently thinking the way forward is to do the following: >>> >>> - Allow the user to create shell types. This would be another option >>> alongside Composite, Enumeration and External. >>> >>> - Populate the c

[pgadmin-hackers] SVN Commit by dpage: r6889 - in trunk/pgadmin3: . pgadmin/debugger pgadmin/include/debugger

2007-12-11 Thread svn
Author: dpage Date: 2007-12-11 17:08:21 + (Tue, 11 Dec 2007) New Revision: 6889 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6889&view=rev Log: Check that functions exist before debugging or setting global breakpoints on them. Remove them from the treeview if not. Mo

[pgadmin-hackers] SVN Commit by dpage: r6888 - in branches/REL-1_8_0_PATCHES/pgadmin3: . pgadmin/debugger pgadmin/include/debugger

2007-12-11 Thread svn
Author: dpage Date: 2007-12-11 17:07:45 + (Tue, 11 Dec 2007) New Revision: 6888 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6888&view=rev Log: Check that functions exist before debugging or setting global breakpoints on them. Remove them from the treeview if not. Mo

[pgadmin-hackers] SVN Commit by dpage: r6887 - in trunk/pgadmin3: . pgadmin/dlg

2007-12-11 Thread svn
Author: dpage Date: 2007-12-11 11:36:18 + (Tue, 11 Dec 2007) New Revision: 6887 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6887&view=rev Log: Correct the URL for the EDB public synonym help page Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/dlg/dl

[pgadmin-hackers] SVN Commit by dpage: r6886 - in branches/REL-1_8_0_PATCHES/pgadmin3: . pgadmin/dlg

2007-12-11 Thread svn
Author: dpage Date: 2007-12-11 11:35:56 + (Tue, 11 Dec 2007) New Revision: 6886 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6886&view=rev Log: Correct the URL for the EDB public synonym help page Modified: branches/REL-1_8_0_PATCHES/pgadmin3/CHANGELOG branches

Re: [pgadmin-hackers] Submitting cursored query support, docs, etc

2007-12-11 Thread Kalle Hallivuori
Hi! 2007/12/10, Dave Page <[EMAIL PROTECTED]>: > Kalle Hallivuori wrote: > > Hi again Dave and others, > > > > 2007/11/29, Dave Page <[EMAIL PROTECTED]>: > >> I'd be very happy to look at your code. Obviously I cannot guarantee > >> that it would all be incorporated into the base product, but cert

Re: [pgadmin-hackers] [pgadmin-support] Fedora Core 8.0 status?

2007-12-11 Thread Dave Page
[Moving to pgadmin-hackers] Devrim GÜNDÜZ wrote: > Hi, > > On Sun, 2007-12-09 at 17:59 -0800, Melvin Davidson wrote: >> Can anyone tell me when pgAdmin III v1.8.0 will be available for >> Fedora Core 8 ? > > It is already there? > > http://download.fedora.redhat.com/pub/fedora/linux/updates/8/i

Re: [pgadmin-hackers] Creating types

2007-12-11 Thread Dave Page
Guillaume Lelarge wrote: > Dave Page a écrit : >> [...] >> I'm currently thinking the way forward is to do the following: >> >> - Allow the user to create shell types. This would be another option >> alongside Composite, Enumeration and External. >> >> - Populate the combo boxes for the aforementio