Re: [pgadmin-hackers] EXPLAIN format changes

2009-04-06 Thread Ashesh Vashi
Hi Team, Dave Page wrote: On Mon, Apr 6, 2009 at 2:17 PM, Ashesh Vashi wrote: Hi Dave, And, just remove the red colored SubPlans from the first figure. I'm inclined to agree that re-hashing the artwork is a no-go for 1.10. Instead of removing the subplan text, can we ensure it is present on

[pgadmin-hackers] SVN Commit by dpage: r7799 - trunk/pgadmin3/pgadmin/debugger

2009-04-06 Thread svn
Author: dpage Date: 2009-04-06 21:40:05 +0100 (Mon, 06 Apr 2009) New Revision: 7799 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7799&view=rev Log: Fix an infinite loop in the debugger which appears to occur with certain themes under wxGTK on Debian. Per Heikki Linnakangas

Re: [pgadmin-hackers] Debugger hung on dummy function

2009-04-06 Thread Dave Page
On Mon, Apr 6, 2009 at 9:20 PM, Heikki Linnakangas wrote: > It's reproducible with any other function too, by stepping to the end of the > function. Which suggests that the problem occurs when the dialog is > displayed for the 2nd time. What, the infinite loop happens the second time, or it igno

Re: [pgadmin-hackers] Debugger hung on dummy function

2009-04-06 Thread Heikki Linnakangas
Heikki Linnakangas wrote: Dave Page wrote: Hi Heikki On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas wrote: CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$ LANGUAGE plpgsql; Debugging that won't work terribly well anyway, as the plugin will just skip the entire funct

Re: [pgadmin-hackers] Debugger hung on dummy function

2009-04-06 Thread Heikki Linnakangas
Dave Page wrote: Hi Heikki On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas wrote: CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$ LANGUAGE plpgsql; Debugging that won't work terribly well anyway, as the plugin will just skip the entire function iirc. For slightly sane

Re: [pgadmin-hackers] EXPLAIN format changes

2009-04-06 Thread Ashesh Vashi
Hi Dave, And, just remove the red colored SubPlans from the first figure. I'm inclined to agree that re-hashing the artwork is a no-go for 1.10. Instead of removing the subplan text, can we ensure it is present on all appropriate nodes? SubPlan(s) can represent multiple nodes (steps).

Re: [pgadmin-hackers] EXPLAIN format changes

2009-04-06 Thread Dave Page
On Mon, Apr 6, 2009 at 2:17 PM, Ashesh Vashi wrote: > Hi Dave, >> >> And, just remove the red colored SubPlans from the first figure. > > I'm inclined to agree that re-hashing the artwork is a no-go for 1.10. > Instead of removing the subplan text, can we ensure it is present on all > appropriate

Re: [pgadmin-hackers] EXPLAIN format changes

2009-04-06 Thread Dave Page
Adding -hackers for additional input. Apologies for the rich text email - Ashesh's drawing needed it!! On Mon, Apr 6, 2009 at 12:34 PM, Ashesh Vashi wrote: > Hi Dave, > > Dave Page wrote: > > Hi Ashesh, > > Tom made some changes to the EXPLAIN output > (http://archives.postgresql.org//pgsql-hac

Re: [pgadmin-hackers] SVN Commit by dpage: r7798 - in trunk/pgadmin3/pgadmin: dlg schema

2009-04-06 Thread Dave Page
On Mon, Apr 6, 2009 at 11:26 AM, Heikki Linnakangas wrote: > [email protected] wrote: >> >> Author: dpage >> >> Date: 2009-04-06 09:50:06 +0100 (Mon, 06 Apr 2009) >> >> New Revision: 7798 >> >> Revision summary: >> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7798&view=rev >> >> Log: >> Rename t

Re: [pgadmin-hackers] Debugger hung on dummy function

2009-04-06 Thread Dave Page
Hi Heikki On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas wrote: > CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$ > LANGUAGE plpgsql; Debugging that won't work terribly well anyway, as the plugin will just skip the entire function iirc. For slightly saner testing, try re

Re: [pgadmin-hackers] SVN Commit by dpage: r7798 - in trunk/pgadmin3/pgadmin: dlg schema

2009-04-06 Thread Heikki Linnakangas
[email protected] wrote: Author: dpage Date: 2009-04-06 09:50:06 +0100 (Mon, 06 Apr 2009) New Revision: 7798 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7798&view=rev Log: Rename the new CREATE DATABASE options to set collation and ctype into LC_COLLATE and LC_CTYPE, per

Re: [pgadmin-hackers] [pgadmin-support] PgAdmin 1.10 beta 1 - scratch pad won't go away

2009-04-06 Thread Dave Page
[moving to hackers] On Fri, Apr 3, 2009 at 11:37 PM, Luis Ochoa wrote: > Hi Dave I was researching today the resize output pane bug but I believe is > something with wxAui, I'm not 100% sure but with a simple action I can test > my point, if you start pgAdmin resize object browser pane, go to vie

[pgadmin-hackers] SVN Commit by dpage: r7798 - in trunk/pgadmin3/pgadmin: dlg schema

2009-04-06 Thread svn
Author: dpage Date: 2009-04-06 09:50:06 +0100 (Mon, 06 Apr 2009) New Revision: 7798 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7798&view=rev Log: Rename the new CREATE DATABASE options to set collation and ctype into LC_COLLATE and LC_CTYPE, per discussion on pgsql-hacker