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

2009-02-05 Thread svn
Author: dpage Date: 2009-02-05 14:40:03 + (Thu, 05 Feb 2009) New Revision: 7582 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7582&view=rev Log: Add Magnus to the DevTeam Modified: trunk/www/development/team.php -- Sent via pgadmin-hackers mailing list (pgadmin-h

[pgadmin-hackers] SVN Commit by dpage: r7581 - branches/REL-1_8_0_EDB/pgadmin3/docs/en_US

2009-02-05 Thread svn
Author: dpage Date: 2009-02-05 14:37:32 + (Thu, 05 Feb 2009) New Revision: 7581 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7581&view=rev Log: Add Magnus to the DevTeam Modified: branches/REL-1_8_0_EDB/pgadmin3/docs/en_US/team.html -- Sent via pgadmin-hackers m

[pgadmin-hackers] SVN Commit by dpage: r7580 - branches/REL-1_8_0_PATCHES/pgadmin3/docs/en_US

2009-02-05 Thread svn
Author: dpage Date: 2009-02-05 14:37:07 + (Thu, 05 Feb 2009) New Revision: 7580 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7580&view=rev Log: Add Magnus to the DevTeam Modified: branches/REL-1_8_0_PATCHES/pgadmin3/docs/en_US/team.html -- Sent via pgadmin-hacke

[pgadmin-hackers] SVN Commit by dpage: r7579 - trunk/pgadmin3/docs/en_US

2009-02-05 Thread svn
Author: dpage Date: 2009-02-05 14:35:51 + (Thu, 05 Feb 2009) New Revision: 7579 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7579&view=rev Log: Add Magnus to the DevTeam Modified: trunk/pgadmin3/docs/en_US/team.html -- Sent via pgadmin-hackers mailing list (pgad

Re: [pgadmin-hackers] pgAgent: Log connection error message and initial connection

2009-02-05 Thread Dave Page
On Thu, Feb 5, 2009 at 1:02 PM, Ashesh Vashi wrote: > Hi All, > > As per my discussion with Dave Page, I have modified pgagent: > > - Log connection error message no matter what the log level is. > Introduced a LOG_WARN_EXT (EXTENDED WARNING), which will log > messages as warning even without

[pgadmin-hackers] pgAgent: Log connection error message and initial connection

2009-02-05 Thread Ashesh Vashi
Hi All, As per my discussion with Dave Page, I have modified pgagent: - Log connection error message no matter what the log level is. Introduced a LOG_WARN_EXT (EXTENDED WARNING), which will log messages as warning even without taking the LogLevel into consideration - If the initial connecti

Re: [pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Quan Zongliang
> OK - well I'm happy for you to modify ExecuteSet if that's what you > need - but please try to use a similar API to the existing ExecuteVoid > one. Ok. It will be: pgSet *ExecuteSet(const wxString& sql, bool reportError = true); --- Quan Zongliang

Re: [pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Dave Page
On Thu, Feb 5, 2009 at 11:34 AM, Quan Zongliang wrote: >> Do you need to use ExecuteSet for this? ExecuteVoid already has a >> reportError flag which can be used to stop it logging error messages. > The result is needed to be displayed. OK - well I'm happy for you to modify ExecuteSet if that's w

Re: [pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Quan Zongliang
> Do you need to use ExecuteSet for this? ExecuteVoid already has a > reportError flag which can be used to stop it logging error messages. The result is needed to be displayed. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp

Re: [pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Dave Page
On Thu, Feb 5, 2009 at 11:08 AM, Quan Zongliang wrote: > Hi, all > > Now, in pgConn class, the definition is: > pgSet *pgConn::ExecuteSet(const wxString& sql) > > I want to modify it to new definition: > pgSet *pgConn::ExecuteSet(const wxString& sql, bool quiet = false) > > When quiet is true, don

[pgadmin-hackers] SVN Commit by dpage: r7578 - trunk/pgadmin3/pgadmin/schema

2009-02-05 Thread svn
Author: dpage Date: 2009-02-05 11:25:48 + (Thu, 05 Feb 2009) New Revision: 7578 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7578&view=rev Log: Display the view schema correctly on the dependents tab [Madis P?\195?\164rn] Modified: trunk/pgadmin3/pgadmin/schema/pgO

[pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Quan Zongliang
Hi, all Now, in pgConn class, the definition is: pgSet *pgConn::ExecuteSet(const wxString& sql) I want to modify it to new definition: pgSet *pgConn::ExecuteSet(const wxString& sql, bool quiet = false) When quiet is true, don't pop error message. Because in import function, it allows user-defin