Re: integer ceiling in LIMIT and OFFSET

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: integer ceiling in LIMIT and OFFSET
Дата
Msg-id Pine.LNX.4.33.0310221006480.12830-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: integer ceiling in LIMIT and OFFSET  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: integer ceiling in LIMIT and OFFSET  (Rod Taylor <rbt@rbt.ca>)
Re: integer ceiling in LIMIT and OFFSET  (Jon Jensen <jon@endpoint.com>)
Список pgsql-hackers
On Wed, 22 Oct 2003, Tom Lane wrote:

> Rod Taylor <rbt@rbt.ca> writes:
> > That said, perhaps the TODO for changing LIMIT / OFFSET to be expression
> > based should also mention bumping them to int8.
> 
> Can't get excited about it ... this would slow down the normal use of
> the facility for what seems a completely hypothetical need.

While I'm pretty sure 

select * from sometable limit 2147483648

isn't gonna be common, maybe someone would be likely to do something like:

select * from sometable limit 10 offset 2147483648

I wouldn't do it, but who knows what shadows lurk in men's minds?



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Last beta ... we hope?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Dreaming About Redesigning SQL