Re: Simple postgresql.conf wizard - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Simple postgresql.conf wizard
Date
Msg-id 1225703567.8122.32.camel@huvostro
Whole thread Raw
In response to Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: Simple postgresql.conf wizard  ("Dickson S. Guedes" <guediz@gmail.com>)
Re: Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
On Sat, 2008-11-01 at 22:02 -0400, Greg Smith wrote:

> Possible feedback topics:
> 
> -Setting the next round of values requires asking the user for some input 
> before making recommendations.  Is it worth building a curses-based 
> interface to updating the values?  That would be really helpful for people 
> with only ssh access to their server, but barring something like WCurses 
> I'm not sure it would help on Windows.
> 
> -How about a GUI one with Python's Tkinter interface?  Now Windows isn't a 
> problem, but people using ssh aren't going to be as happy.

You could have it in two parts - an agent running on the server, started
over ssh and GUI interface running on users workstation which talk to
said agent.

And I'd suggest you use wxPython for GUI part if you want a relatively
modern look.


------------------------------------------
Hannu Krosing   http://www.2ndQuadrant.com
PostgreSQL Scalability and Availability   Services, Consulting and Training



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Simple postgresql.conf wizard
Next
From: Jens-Wolfhard Schicke
Date:
Subject: Re: Where to point CommitFestOpen?