Re: [pgAdmin III] #290: New features for editgrid

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема Re: [pgAdmin III] #290: New features for editgrid
Дата
Msg-id 054.1118856f4fb743900944ec5faf43ca5e@code.pgadmin.org
обсуждение исходный текст
Ответ на [pgAdmin III] #290: New features for editgrid  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Список pgadmin-hackers
#290: New features for editgrid
----------------------+-----------------------------------------------------
 Reporter:  gleu      |       Owner:  dpage
     Type:  feature   |      Status:  new  
 Priority:  minor     |   Milestone:       
Component:  pgadmin   |     Version:  trunk
 Keywords:  editgrid  |    Platform:  all  
----------------------+-----------------------------------------------------

Comment(by gleu):

 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.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/290#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #302: Add per-column collation support
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix a crash when adding an index constraint