Wish: Edit/Show Bytea Fields with simplified logic

Поиск
Список
Период
Сортировка
От Durumdara
Тема Wish: Edit/Show Bytea Fields with simplified logic
Дата
Msg-id BANLkTik53_grPVYA482YUr1=Uat2S39D0A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Wish: Edit/Show Bytea Fields with simplified logic  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-support
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.

Thanks for your read!

Regards:
   dd


В списке pgadmin-support по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: Bug: Privileges tab doesn't show all roles
Следующее
От: Durumdara
Дата:
Сообщение: Bug? Text field is not viewable in a table...