In PostgreSQL there is the Limit and Offset keywords which will allow very easy pagination of result sets.
Limit
Offset
What is the equivalent syntax f
In SQL server you would use TOP together with ROW_NUMBER()