pgadmin3 edit data grid

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgadmin3 edit data grid
Date: 2003-04-22 15:07:38
Message-ID: 3EA55ABA.30702@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

A working data edit grid is checked into cvs.
The editing of cells could be improved, as soon as new controls for
better editing of values in property windows are implemented.
There are problems about scrollbars, especially under gtk.

Data is read on-demand, so even big (REAL BIG) tables should be
handleable. There's only the delay for the server to prepare the rowset.
Since inserts/updates/deletes are held in the grid, there's no need to
refresh after any data change.

Have fun,

Andreas

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-04-22 18:18:25 Re: pgadmin3 edit data grid
Previous Message Dave Page 2003-04-20 08:13:53 Re: pga2/pga3: visual studio .NET