BUG #8061: Not count limit offset

From: claudiomsi(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8061: Not count limit offset
Date: 2013-04-12 14:57:35
Message-ID: E1UQfPz-00054x-6D@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8061
Logged by: Claudio Oliveira
Email address: claudiomsi(at)hotmail(dot)com
PostgreSQL version: 9.2.4
Operating system: WIN 8
Description:

select count(*) from teste; --- 5000
select count(*) from teste limit 1000 offset 0; --- 5000
select count(*) from teste limit 1000 offset 1; --- not returning

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2013-04-12 15:15:32 Re: BUG #8059: sequence crash recovery is not working properly
Previous Message Tom Lane 2013-04-12 14:47:52 Re: BUG #8059: sequence crash recovery is not working properly