Re: Simple postgresql.conf wizard

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Simple postgresql.conf wizard
Дата
Msg-id 1225703567.8122.32.camel@huvostro
обсуждение исходный текст
Ответ на Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: Simple postgresql.conf wizard  ("Dickson S. Guedes" <guediz@gmail.com>)
Re: Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
Список 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 по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Simple postgresql.conf wizard
Следующее
От: Jens-Wolfhard Schicke
Дата:
Сообщение: Re: Where to point CommitFestOpen?