Re: [HACKERS] Alternative to LIMIT in SELECT ? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Alternative to LIMIT in SELECT ?
Date
Msg-id 199810141624.MAA26741@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Alternative to LIMIT in SELECT ?  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Alternative to LIMIT in SELECT ?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: inet/cidr/bind