Re: [HACKERS] Alternative to LIMIT in SELECT ?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Alternative to LIMIT in SELECT ?
Дата
Msg-id 199810141624.MAA26741@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Alternative to LIMIT in SELECT ?  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список 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.

Oh.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Alternative to LIMIT in SELECT ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: inet/cidr/bind