Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA17310; Thu, 11 Jul 91 15:03:35 -0700
Date: Thu, 11 Jul 91 15:03:35 -0700
Message-Id: <9107112203.AA17310@postgres.Berkeley.EDU>
From: kemnitz@hermes.Berkeley.EDU (Greg Kemnitz)
Subject: Re: NOTIN and IN
To: postgres@postgres.berkeley.edu

In and not-in, etc require aggragate processing and will not be available
until 3.0.  There is a hard-wired not-in in Postgres for use by the version
system, but it is not a general implementation and should not be used by
anything but Postgres internals.

	Greg Kemnitz
	kemnitz@postgres.berkeley.edu
