Ticket #8: Colour coding for the backend lines in the server status window

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Ticket #8: Colour coding for the backend lines in the server status window
Date: 2009-09-15 21:18:09
Message-ID: 200909152318.10149.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Here is partial patch to have colored lines for backends. I followed Dave's
proposition:

Say green for running OK, orange for running, but with the query time being
past a configurable limit, blue for idle, and red when waiting for a lock etc.

The patch is not complete because of these:

* Shouldn't the colors be customizable? I can add a tab on frmOptions.

* Where do I put the configuration of the time limit? on a toolbar of the
frmStatus window, or in the frmOptions dialog?

Comments welcomed :)

Thanks.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

Attachment Content-Type Size
ticket8_v1.patch text/x-patch 5.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2009-09-16 05:09:53 Re: [pgadmin-support] Possible simple enhancement
Previous Message Guillaume Lelarge 2009-09-15 16:47:24 Re: [pgadmin-support] Possible simple enhancement