Support for SQL TOP clause? - Mailing list pgsql-sql

Hello, everyone
Does Postgresql support query like SELECT TOP 3 * FROM Individual  ? If I use ORDER BY, I have to write non-sql code to get the first row in the result set, which I try to avoid.
 
Thanks
Chinyi

pgsql-sql by date:

Previous
From: "Jamie Tufnell"
Date:
Subject: Re: Re: How to keep at-most N rows per group? periodic DELETEs or constraints or..?
Next
From: "Phillip Smith"
Date:
Subject: Re: Support for SQL TOP clause?