Thread: pgadmin3 edit data grid

pgadmin3 edit data grid

From
Andreas Pflug
Date:
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


Re: pgadmin3 edit data grid

From
"Dave Page"
Date:
Hi Andreas,

Thanks, this is great news. It won't be long before we are ready for a
preview release I think!

I haven't looked at this yet, but do hope to later in the week when I
look at your other commits.

Regards, Dave.

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas.Pflug@web.de]
> Sent: 22 April 2003 16:08
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] pgadmin3 edit data grid
>
>
> 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
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo@postgresql.org
>


Release plan

From
Andreas Pflug
Date:
Dave Page wrote:

>Hi Andreas,
>
>Thanks, this is great news. It won't be long before we are ready for a
>preview release I think!
>
>
>
Dave,

what features make a preview release? Which are needed for beta, and
which for first V1.0?
Don't you think it's time for a release plan? IMHO you are the one and
only master to do this :-)

It's always a good thing to have a clear milestone in sight.

Regards,
Andreas