Re: limiting the number of rows displayed - Mailing list pgadmin-support

From Dave Page
Subject Re: limiting the number of rows displayed
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B8673C@mail.vale-housing.co.uk
Whole thread Raw
In response to limiting the number of rows displayed  ("Karim R. Lakhani" <lakhani@MIT.EDU>)
Responses Re: limiting the number of rows displayed
List pgadmin-support

> -----Original Message-----
> From: Karim R. Lakhani [mailto:lakhani@MIT.EDU]
> Sent: 26 August 2002 17:42
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] limiting the number of rows displayed
>
>
> Hello all,
>
> I am working with a fairly large database (some tables have
> over 100,000 rows).  Wondering if there is a way to limit the
> number of rows that can
> be viewed when I do   "view data".  Could not see that as an option in
> the program.

Hi Karim,

Currently there is no way to do this other than enter the SQL yourself
with a 'LIMIT nnn' on the end of the query. It might be handy though, so
I'll add it to the todo list.

Regards, Dave.

pgadmin-support by date:

Previous
From: "Karim R. Lakhani"
Date:
Subject: limiting the number of rows displayed
Next
From: "Dave Page"
Date:
Subject: Re: limiting the number of rows displayed