Re: Server Status window work

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Server Status window work
Date: 2009-02-26 16:49:34
Message-ID: 49A6C81E.8050200@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page a écrit :
> On Thu, Feb 26, 2009 at 4:43 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
>
>> 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?
>
> Yeah - that was the idea (there's also a bug on Windows - each line
> ends with a square, which I assume is the <CR>).
>

Do you need to copy multiple lines? we can use the copy item of the edit
menu to allow one to copy one or more lines? if you're OK, I'll make a
patch for this and the Windows bug.

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-02-26 17:06:31 Re: Server Status window work
Previous Message Dave Page 2009-02-26 16:46:29 Re: Server Status window work