Re: Better view of a request's result

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: o(dot)bouiron(at)isc84(dot)org
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Better view of a request's result
Date: 2010-10-06 08:42:39
Message-ID: 4CAC367F.2080908@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Le 06/10/2010 10:06, bouiron olivier a écrit :
> [...]
> When I use the Query editor of PgAdmin, and then, when I try to read the
> result of a column that contains a large text...
> I really would like to have a larger screen in order to see what my row
> contains.
>
> Do you think it can be possible that cells with a large text can be
> displayed on more than one row inside the cell (multiple line editor)?
> If text is larger than the width of the cell, then it could be displayed
> on a next row (cells contains multiple rows and so, display all the text).
>

Large text (and binary) values are hard to show right now in the edit
grid and in the query tool. My current idea is to show the text
truncated (if it's too big to fit in the cell), and showing an ellipsis
at the end. And have a way to show the complete value in another window.
This could allow us to display the value in different ways if it's a
binary value and that its format is an image, or something else.

> This is just a simple question... I know you have a lot of thinks to do
> for PgAdmin....

No problem :)

We really are interested by user feedbacks.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Ernst W. Winter 2010-10-06 08:52:33 cells and more
Previous Message bouiron olivier 2010-10-06 08:06:11 Better view of a request's result