Re: [HACKERS] Alternative to LIMIT in SELECT ?

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Alternative to LIMIT in SELECT ?
Дата
Msg-id 3624425F.712CE219@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Alternative to LIMIT in SELECT ?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: [HACKERS] Alternative to LIMIT in SELECT ?
Список pgsql-hackers
> >> +   if (value == NULL) {
> >> +     reset_query_limit();
> >> +     return(TRUE);
> >> +   }
> >Any idea how 'value' could be null?  I could not see how that would
> >happen.
> Not sure. I just followed the way other set commands are doing.

This is how RESET is implemented.

                    - Tom

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

Предыдущее
От: Paul A Vixie
Дата:
Сообщение: Re: [HACKERS] Re: inet/cidr/bind
Следующее
От: "Matthew N. Dodd"
Дата:
Сообщение: Re: [HACKERS] What about LIMIT in SELECT ?