Re: [pgadmin-hackers] [HACKERS] Hot Standby utility and administrator functions

2008-10-27 Thread Simon Riggs
On Mon, 2008-10-27 at 13:08 -0400, Robert Treat wrote: > Was thinking that admin tools that show hot standby information might > also want to show the corresponding slave information (from the point > of view of the master). Well, the standby might be persuaded to know something about the maste

Re: [pgadmin-hackers] [HACKERS] Hot Standby utility and administrator functions

2008-10-27 Thread Robert Treat
On Monday 27 October 2008 12:12:18 Simon Riggs wrote: > On Mon, 2008-10-27 at 11:42 -0400, Robert Treat wrote: > > On Monday 20 October 2008 05:25:29 Simon Riggs wrote: > > > I'm looking to implement the following functions for Hot Standby, to > > > allow those with administrative tools or manageme

Re: [pgadmin-hackers] [HACKERS] Hot Standby utility and administrator functions

2008-10-27 Thread Emmanuel Cecchet
Simon Riggs wrote: On Mon, 2008-10-27 at 11:42 -0400, Robert Treat wrote: On Monday 20 October 2008 05:25:29 Simon Riggs wrote: I'm looking to implement the following functions for Hot Standby, to allow those with administrative tools or management applications to have more control dur

Re: [pgadmin-hackers] [HACKERS] Hot Standby utility and administrator functions

2008-10-27 Thread Simon Riggs
On Mon, 2008-10-27 at 11:42 -0400, Robert Treat wrote: > On Monday 20 October 2008 05:25:29 Simon Riggs wrote: > > I'm looking to implement the following functions for Hot Standby, to > > allow those with administrative tools or management applications to have > > more control during recovery. Pl

Re: [pgadmin-hackers] [HACKERS] Hot Standby utility and administrator functions

2008-10-27 Thread Robert Treat
On Monday 20 October 2008 05:25:29 Simon Riggs wrote: > I'm looking to implement the following functions for Hot Standby, to > allow those with administrative tools or management applications to have > more control during recovery. Please let me know if other functions are > required. > > What else

Re: [pgadmin-hackers] Patch for Index stat

2008-10-27 Thread Guillaume Lelarge
Dave Page a écrit : > On Thu, Oct 23, 2008 at 7:17 PM, Guillaume Lelarge > <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> Here is a patch to add index stats on the Statistics tab for individual >> indexes. > > Looks good to me. > Thanks, commited. -- Guillaume. http://www.postgresqlfr.org http

[pgadmin-hackers] SVN Commit by guillaume: r7491 - in trunk/pgadmin3: . pgadmin/schema

2008-10-27 Thread svn
Author: guillaume Date: 2008-10-27 13:50:49 + (Mon, 27 Oct 2008) New Revision: 7491 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7491&view=rev Log: Add more index stats. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/schema/pgIndex.cpp -- Sent via

Re: [pgadmin-hackers] Patch for Index stat

2008-10-27 Thread Dave Page
On Thu, Oct 23, 2008 at 7:17 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Hi all, > > Here is a patch to add index stats on the Statistics tab for individual > indexes. Looks good to me. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list

Re: [pgadmin-hackers] Buglets in dlgFunction

2008-10-27 Thread Dave Page
On Sun, Oct 19, 2008 at 10:33 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Thanks. I still don't like this hack. I hope I'll soon better understand > this issue to replace the ugly code with a good one. You're going to hate this - but I just tested Gevik's work on Windows, and seem to be see

Re: [pgadmin-hackers] extending functionality strategy

2008-10-27 Thread Dave Page
On Mon, Oct 20, 2008 at 11:59 PM, Gevik Babakhani <[EMAIL PROTECTED]> wrote: > Hereby a v1.0 patch implementing basic ordering for a wxListCtrl: > > - The patch is developed using MSVC 2008. > - 2 new source files ctl\ListItemArranger.cpp and include\ListItemArranger.h > are added. > - 4 new image