Re: [HACKERS] Alternative to LIMIT in SELECT ?

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: t-ishii(at)sra(dot)co(dot)jp, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Alternative to LIMIT in SELECT ?
Date: 1998-10-14 06:19:11
Message-ID: 3624425F.712CE219@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew N. Dodd 1998-10-14 06:25:31 Re: [HACKERS] What about LIMIT in SELECT ?
Previous Message Paul A Vixie 1998-10-14 06:14:24 Re: [HACKERS] Re: inet/cidr/bind