Re: Wish: Edit/Show Bytea Fields with simplified logic

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Durumdara <durumdara(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Wish: Edit/Show Bytea Fields with simplified logic
Date: 2011-04-17 13:24:07
Message-ID: 4DAAE9F7.8020209@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le 14/04/2011 08:38, Durumdara a écrit :
> Dear Developers!
>
> It would be better if we can use the Query/Editor grid as in Delphi DBGrid.
>
> There is two states of the BLOB fields, first is empty (NULL), and the
> second is [BLOB] (filled with something).
> PGAdmin is very slow when I try to see a table with full of blobs, or
> long "text" (memo) fields.
> The Delphi kind solution is that we don't show the blob fields fully,
> only the state, or they are text type, only a limited size (100 char)
> with "...".
>
> Some editor dialog is needed for edit blob (or memo) fields.
> Most important functions are "SaveToFile", "LoadFromFile" and "Clear".
>
> Memo (text with undefined size) fields are editable by a dialog with a
> Memo control (TMemo, EditBox, I don't know what possible in the
> source).
>
> This is very basic function for better work with tables, edit long fields.
>

Yeah, that's something I would really love to implement. I added your
request as a comment to a ticket on the editgrid tool
(http://code.pgadmin.org/trac/ticket/290#comment:1).

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Maximilian Tyrtania 2011-04-17 13:52:50 Selecting the logfile
Previous Message Guillaume Lelarge 2011-04-17 13:18:42 Re: Feature request: Allow Grant Wizard at lower level