Re: Simple postgresql.conf wizard

From: Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
To: Greg Smith <gsmith(at)gregsmith(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Simple postgresql.conf wizard
Date: 2008-11-03 09:12:47
Message-ID: 1225703567.8122.32.camel@huvostro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kurt Harriman 2008-11-03 09:28:55 pg_typeof() patch review
Previous Message Hannu Krosing 2008-11-03 09:06:49 Re: Simple postgresql.conf wizard