Re: Negative LIMIT and OFFSET?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Negative LIMIT and OFFSET?
Дата
Msg-id 20071214173240.GA11628@crankycanuck.ca
обсуждение исходный текст
Ответ на Re: Negative LIMIT and OFFSET?  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
On Fri, Dec 14, 2007 at 09:02:04AM +0000, Gregory Stark wrote:
> 
> Oh, and incidentally the problem with WARNING is that this is DML which could
> potentially be executing hundreds or thousands of times per minute. A WARNING
> is effectively an ERROR.

Good point.  Also, the sort of case where you're likely to be automatically
generating these negative values is also the sort of case where you have
various nice programmatic interfaces, many of which store up all the
warnings.  The warnings then have to be freed explicitly, which of course
means that by adding a warning, clients would suddenly start to chew through
piles of memory.

A


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: [postgres@microbizz.nl: Getting multiple values from a sequence?generator]
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Negative LIMIT and OFFSET?