Re: Planning for improved versions of IN/NOT IN

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Planning for improved versions of IN/NOT IN
Date: 2002-11-28 03:59:46
Message-ID: 605.1038455986@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> What about in the case of a scalar subquery eg. SELECT x IN
> (1,2,3,4,54,56,6), when there maybe hundreds of scalars?

Unrelated to my present problem.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Prasanna Phadke 2002-11-28 05:13:16 How shall I start postgres on NT
Previous Message Bruce Momjian 2002-11-28 03:48:28 Re: nested transactions