Re: returning only part of a rule set - Mailing list pgsql-general

From David G Johnston
Subject Re: returning only part of a rule set
Date
Msg-id 1416951362433-5828218.post@n5.nabble.com
Whole thread Raw
In response to returning only part of a rule set  (Dave Potts <dave.potts@pinan.co.uk>)
List pgsql-general
Dave Potts wrote
> I have a psql function that make a general sql query, returns a set of
> results
> Q.  Is there anyway that I can limit the size of the result sets ?

SELECT *
FROM somewhere
LIMIT 50; <---

David J.

btw: what is a "psql function"?





--
View this message in context: http://postgresql.nabble.com/returning-only-part-of-a-rule-set-tp5828217p5828218.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Dave Potts
Date:
Subject: returning only part of a rule set
Next
From: Adrian Klaver
Date:
Subject: Re: returning only part of a rule set