integer ceiling in LIMIT and OFFSET

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема integer ceiling in LIMIT and OFFSET
Дата
Msg-id 3F963964.5090904@familyhealth.com.au
обсуждение исходный текст
Ответы Re: integer ceiling in LIMIT and OFFSET  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
Hi guys,

What is the limit on the number of rows in a PostgreSQL table?  If it's 
more than MAXINT, we have a problem:

phppgadmin# select * from test limit 2147483648;
ERROR:  integer out of range

Same problem with OFFSET.

Chris




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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Timestamp docs weirdness
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Timestamp docs weirdness