Re: Request for features - filtering options.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Marcin <marlag(at)fr(dot)pl>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Request for features - filtering options.
Date: 2009-02-03 10:52:53
Message-ID: 937d27e10902030252u67ec90a8hcb9a635d507eb518@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Feb 3, 2009 at 10:36 AM, Marcin <marlag(at)fr(dot)pl> wrote:
> Hello,
>
> I am not a subscriber of mailing list so maybe such idea was
> already presented.
>
> It would be nice to see (for me) 2 features in pgAdmin:
>
> 1. Table -> View data -> new option: View Bottom 100 Rows which would be
> useful in case of checking last changes - otherwise I have view to Top 100
> and change ordering

The Top 100 option simply shows the first rows in the arbitrary order
that the server reads them. 'Bottom 100' is meaningless without a
defined order which would obviously be table-specific. At best it
would mean 'the last 100 rows read from disk' but to get those, we'd
need to get all the preceding ones first which makes it pointless
limiting the size of the dataset in the first place.

> 2. Additional select box in View Data Options: "History" - after selecting
> option remembered text (by table) would be pasted into Filter textarea.
> It would be useful for often/similar filtering which are done during
> data maintenance :) The best would be saving this history on the disk - to
> use in the future.

Yes - I'd like to add something similar to the query tool.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Glyn Astill 2009-02-03 10:54:26 Re: Request for features - filtering options.
Previous Message Marcin 2009-02-03 10:36:09 Request for features - filtering options.