You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Alexander Fedorenko <af...@informex.net> on 2003/01/24 09:55:11 UTC

PostgreSQL 7.3 limit style

Hello.

I would like to ask to change limit style for PostgreSQL, because
PostgreSQL 7.3  does not support style  LIMIT #, # .

Here is PostgreSQL error :
ERROR: LIMIT #,# syntax not supported. Use separate LIMIT and OFFSET
clauses.

And separate clauses are supported in all PostgreSQL releases.


Thanks.