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

2007-10-26 Thread svn
Author: dpage Date: 2007-10-26 11:49:40 +0100 (Fri, 26 Oct 2007) New Revision: 6789 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6789&view=rev Log: Properly escape _'s in queries for schemas, per Derek Fonda. Modified: branches/REL-1_8_0_PATCHES/pgadmin3/CHANGELOG b

[pgadmin-hackers] SVN Commit by dpage: r6786 - in trunk/pgadmin3: . pgadmin/frm

2007-10-26 Thread svn
Author: dpage Date: 2007-10-26 10:10:49 +0100 (Fri, 26 Oct 2007) New Revision: 6786 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6786&view=rev Log: Don't try to enable/disable prepared transaction related controls on pre-8.1 servers, per Karl Zellnig Modified: trunk/p

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

2007-10-26 Thread svn
Author: dpage Date: 2007-10-26 10:12:19 +0100 (Fri, 26 Oct 2007) New Revision: 6787 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6787&view=rev Log: Don't try to enable/disable prepared transaction related controls on pre-8.1 servers, per Karl Zellnig Modified: branche

[pgadmin-hackers] SVN Commit by dpage: r6788 - in trunk/pgadmin3: . pgadmin/schema

2007-10-26 Thread svn
Author: dpage Date: 2007-10-26 11:47:54 +0100 (Fri, 26 Oct 2007) New Revision: 6788 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6788&view=rev Log: Properly escape _'s in queries for schemas, per Derek Fonda. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin

Re: [pgadmin-hackers] Using pgAdmin and pgAgent with Greenplum

2007-10-26 Thread Dave Page
Roberts, Jon wrote: > I am using pgAdmin with Greenplum and generally, it works very well. It > doesn't show the distribution of tables but that isn't a big deal. > > I now need a scheduling solution and pgAgent is the natural choice. I first > reviewed this and saw that the query that is launch

[pgadmin-hackers] SVN Commit by dpage: r6790 - in trunk/pgadmin3: . pgadmin/frm

2007-10-26 Thread svn
Author: dpage Date: 2007-10-26 14:16:42 +0100 (Fri, 26 Oct 2007) New Revision: 6790 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6790&view=rev Log: Add a 'Blocked By' column to the Server Status dialog to show if a transaction is blocked by another process. [Magnus Hagande

Re: [pgadmin-hackers] Adding shortcuts to some menus

2007-10-26 Thread Dave Page
Guillaume Lelarge wrote: > Hi, > > Here is a patch to add three menu shortcuts. It should not be applied to > 1.8 release because this patch change strings. And I don't want this now. > > I'm not even sure about the key I choose : > - View All Rows : Ctrl-D > - View Filtered Rows : Ctrl-G > -

[pgadmin-hackers] SVN Commit by dpage: r6791 - trunk/pgadmin3/pgadmin/frm

2007-10-26 Thread svn
Author: dpage Date: 2007-10-26 14:21:54 +0100 (Fri, 26 Oct 2007) New Revision: 6791 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6791&view=rev Log: Add some additional shortcut keys: - View All Rows : Ctrl-D - View Filtered Rows : Ctrl-G - Query Tool : Ctrl-E [Guillau

Re: [pgadmin-hackers] Blocked by

2007-10-26 Thread Dave Page
Magnus Hagander wrote: > Hi! > > Attached patch implements a column in the server status view that shows if > a transaction is blocked, and what process it's blocked by. Thanks, patch applied. /D ---(end of broadcast)--- TIP 7: You can help suppo

[pgadmin-hackers] SVN Commit by dpage: r6792 - in trunk/pgadmin3: . pgadmin/schema pgadmin/utils

2007-10-26 Thread svn
Author: dpage Date: 2007-10-26 14:29:39 +0100 (Fri, 26 Oct 2007) New Revision: 6792 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6792&view=rev Log: Handle the corner case when a user includes quotes in an object name. This will most likely break something I haven't thought