Re: EditGrid

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Held <dave(dot)held(at)arrayservicesgrp(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: EditGrid
Date: 2005-03-28 13:56:22
Message-ID: 42480D06.4040101@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dave Held wrote:
> I really like the new features in the EditGrid, but I have a few feature
> requests. The first is just a convenience function, really. It's a very
> common idiom on Win32 to click a column header and get a sort on
> that column. Similar functionality would be nice in pgAdmin. I realize
> that it's not as powerful as the multi-column select that is available,
> but it would be a nice complement to it.

Since the ordering is done on the server side, we'll probably stay with
the current solution.

> The other feature is much
> more important to me. I often want to view records in very large
> tables, but I don't want to wait a long time for the entire table to
> load. I usually don't want to see the entire table anyway.

Use the "View filtered data" instead of "View data". We get to know too
late about the size of the result set to have it conveniently cut down.

Regards,
Andreas

In response to

  • EditGrid at 2005-03-04 16:59:28 from Dave Held

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2005-03-28 13:59:58 Re: Bug Report : Missing WM_NAME Property for X11
Previous Message Andreas Pflug 2005-03-28 13:53:08 Re: Query timing question