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

2007-04-23 Thread svn
Author: dpage Date: 2007-04-23 13:55:20 + (Mon, 23 Apr 2007) New Revision: 6229 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6229&view=rev Log: Include the object name in the debugger window title Modified: trunk/pgadmin3/pgadmin/debugger/debugger.cpp

[pgadmin-hackers] SVN Commit by dpage: r6228 - in trunk/pgadmin3/docs/en_US: . images

2007-04-23 Thread svn
Author: dpage Date: 2007-04-23 13:51:39 + (Mon, 23 Apr 2007) New Revision: 6228 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6228&view=rev Log: Add some basic docs for the debugger. Added: trunk/pgadmin3/docs/en_US/debugger.html trunk/pgadmin3/docs/en_US/images/

Re: [pgadmin-hackers] Debugger integration completed

2007-04-23 Thread Guillaume Lelarge
Dave Page a écrit : Guillaume Lelarge wrote: Yesterday, I downloaded the client, which was really silly. But I don't find any debugger module on the enterprisedb website. I thought I just needed a module to insert on a vanilla PostgreSQL... and pgAdmin of course. The plugin should be relea

Re: [pgadmin-hackers] Debugger integration completed

2007-04-23 Thread Dave Page
Guillaume Lelarge wrote: Yesterday, I downloaded the client, which was really silly. But I don't find any debugger module on the enterprisedb website. I thought I just needed a module to insert on a vanilla PostgreSQL... and pgAdmin of course. The plugin should be released in the not-to-dist

Re: [pgadmin-hackers] Debugger integration completed

2007-04-23 Thread Guillaume Lelarge
Dave Page a écrit : Guillaume Lelarge wrote: Dave Page a écrit : I've now completed the integration of the debugger with pgAdmin - it was somewhat easier than I'd expected :-) Can those of you with access to a copy of EnterpriseDB please give it a try and report any issues. If you feel like

Re: [pgadmin-hackers] Debugger integration completed

2007-04-23 Thread Dave Page
Guillaume Lelarge wrote: Dave Page a écrit : I've now completed the integration of the debugger with pgAdmin - it was somewhat easier than I'd expected :-) Can those of you with access to a copy of EnterpriseDB please give it a try and report any issues. If you feel like downloading a copy to

Re: [pgadmin-hackers] Debugger integration completed

2007-04-23 Thread Guillaume Lelarge
Dave Page a écrit : I've now completed the integration of the debugger with pgAdmin - it was somewhat easier than I'd expected :-) Can those of you with access to a copy of EnterpriseDB please give it a try and report any issues. If you feel like downloading a copy to play with, you can get d

[pgadmin-hackers] Debugger integration completed

2007-04-23 Thread Dave Page
Hi, I've now completed the integration of the debugger with pgAdmin - it was somewhat easier than I'd expected :-) Can those of you with access to a copy of EnterpriseDB please give it a try and report any issues. If you feel like downloading a copy to play with, you can get downloads from

[pgadmin-hackers] SVN Commit by dpage: r6227 - in trunk/pgadmin3: . pgadmin pgadmin/debugger pgadmin/include pgadmin/include/debugger pgadmin/include/images pkg/mac pkg/win32/src

2007-04-23 Thread svn
Author: dpage Date: 2007-04-23 11:12:58 + (Mon, 23 Apr 2007) New Revision: 6227 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6227&view=rev Log: Complete debugger integration Added: trunk/pgadmin3/pgadmin/include/images/debugger.xpm Removed: trunk/pgadmin3/debugg

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

2007-04-23 Thread svn
Author: dpage Date: 2007-04-23 09:01:38 + (Mon, 23 Apr 2007) New Revision: 6226 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6226&view=rev Log: Don't try to detect if integrated autovacuum is running on < 8.1. Per Simon Riggs. Modified: trunk/pgadmin3/CHANGELOG