Re: Server Status window work - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: Server Status window work
Date
Msg-id 49A6C6AB.8050705@lelarge.info
Whole thread Raw
In response to Re: Server Status window work  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Server Status window work
List pgadmin-hackers
Guillaume Lelarge a écrit :
> Dave Page a écrit :
>> Forgot to mention - what happened about changing the log pane to use a
>> text control?
>>
>
> It seems I forgot it. Sorry.
>
>

I took a look at this. It doesn't seem to me that it will requires a lot
of work. But using a text control will kill an interesting functionality
(which needs more love, but still the functionality is interesting).

If you set the log_line_prefix to a specific format, the listview gets
two more columns (timestamp and level). If we change the listview
control with a text control, we will loose this functionality. I would
much prefer to keep it.

Why do you want to have a text control? to copy part of the log text?


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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r7614 - in trunk/pgadmin3/pgadmin: . ui
Next
From: Dave Page
Date:
Subject: Re: Server Status window work