Hi Bruce,
On 30/11/10 03:11, Bruce Momjian wrote:
> Pavel Arnost wrote:
>> The following bug has been logged online:
>>
>> Bug reference: 5768
>> Logged by: Pavel Arnost
>> Email address: pavel.arnost@loutka.cz
>> PostgreSQL version: 9.01
>> Operating system: N/A
>> Description: Inefficiency of large offsets should be mentioned on
>> SELECT documentation page
>> Details:
>>
>> Inefficiency of large offsets should be mentioned on SELECT documentation
>> page - now it's only on "LIMIT and OFFSET" page.
> I have no idea what you are suggesting. There is no LIMIT and OFFSET
> page in the manuals
Section 7.6, "LIMIT and OFFSET":
http://www.postgresql.org/docs/current/static/queries-limit.html
Perhaps a link from the SELECT page to this link would be sufficient.
Tom