BUG #6315: FETCH NEXT :next ROWS ONLY fails - Mailing list pgsql-bugs

From rep.dot.nop@gmail.com
Subject BUG #6315: FETCH NEXT :next ROWS ONLY fails
Date
Msg-id E1RWC0F-0000xy-Bh@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6315: FETCH NEXT :next ROWS ONLY fails  (Boszormenyi Zoltan <zb@cybertec.at>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6315
Logged by:          Bernhard Reutner-Fischer
Email address:      rep.dot.nop@gmail.com
PostgreSQL version: 9.1.1
Operating system:   linux
Description:=20=20=20=20=20=20=20=20

Binding for "OFFSET :offset" works fine but binding for a "F=
ETCH NEXT :next
ROWS ONLY" raises:
syntax error at or near "$2"
SELECT * FROM foo OFFSET $1 ROWS FETCH NEXT $2 ROWS ONLY

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6314: The like command does not handle a long string of special chars
Next
From: Robert Haas
Date:
Subject: Re: Postgre Cross compilation for coldfire processor.