BUG #8061: Not count limit offset - Mailing list pgsql-bugs

From claudiomsi@hotmail.com
Subject BUG #8061: Not count limit offset
Date
Msg-id E1UQfPz-00054x-6D@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #8061: Not count limit offset  ("Dickson S. Guedes" <listas@guedesoft.net>)
Re: BUG #8061: Not count limit offset  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8061
Logged by:          Claudio Oliveira
Email address:      claudiomsi@hotmail.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 =

pgsql-bugs by date:

Previous
From: "Dickson S. Guedes"
Date:
Subject: Re: BUG #8057: Unable to Connect PostgresSQL Remotely
Next
From: "Dickson S. Guedes"
Date:
Subject: Re: BUG #8061: Not count limit offset