Re: [pgadmin-hackers] A new feature patch and a bug fix

2008-02-07 Thread Guillaume Lelarge
Dave Page wrote: On Feb 6, 2008 10:49 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: OK. Here is one, fixed but not specified size, no tab, nice spacing (at least, it seems to me on my linux laptop). Is it getting better ? :) OK, I've tweaked it on windows. There were 2 things I changed: -

[pgadmin-hackers] SVN Commit by guillaume: r7064 - in trunk: pgadmin3 pgadmin3/pgadmin/dlg pgadmin3/pgadmin/frm pgadmin3/pgadmin/include/dlg pgadmin3/pgadmin/include/schema pgadmin3/pgadmin/schema pga

2008-02-07 Thread svn
Author: guillaume Date: 2008-02-07 17:14:02 + (Thu, 07 Feb 2008) New Revision: 7064 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7064&view=rev Log: Add DROP/REASSIGN OWNED support. Added: trunk/pgadmin3/pgadmin/dlg/dlgReassignDropOwned.cpp trunk/pgadmin3/pgadmi

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

2008-02-07 Thread svn
Author: dpage Date: 2008-02-07 16:36:07 + (Thu, 07 Feb 2008) New Revision: 7063 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7063&view=rev Log: Prevent the user trying to debug functions with a colon in the name (!!) as it will cause all sorts of problems that really a

[pgadmin-hackers] SVN Commit by dpage: r7062 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/debugger

2008-02-07 Thread svn
Author: dpage Date: 2008-02-07 16:35:50 + (Thu, 07 Feb 2008) New Revision: 7062 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7062&view=rev Log: Prevent the user trying to debug functions with a colon in the name (!!) as it will cause all sorts of problems that really a

Re: [pgadmin-hackers] A new feature patch and a bug fix

2008-02-07 Thread Dave Page
On Feb 6, 2008 10:49 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > > OK. Here is one, fixed but not specified size, no tab, nice spacing (at > least, it seems to me on my linux laptop). Is it getting better ? :) OK, I've tweaked it on windows. There were 2 things I changed: - Defined the fix

[pgadmin-hackers] SVN Commit by dpage: r7061 - trunk/www/development

2008-02-07 Thread svn
Author: dpage Date: 2008-02-07 13:05:25 + (Thu, 07 Feb 2008) New Revision: 7061 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7061&view=rev Log: Remove an item thats unlikely to get done. Modified: trunk/www/development/roadmap.php ---(end o

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-07 Thread Dave Page
Hi. On Feb 6, 2008 5:42 PM, Robins Tharakan <[EMAIL PROTECTED]> wrote: > Hi, > > The attached patch does this: > 1. Sanitize the if-else bracket style for the earlier patch. > 2. Use 'IS DISTINCT FROM' instead of <> in an exclusion condition. > > Two issues remain that I can't resolve: > 1. Rightl