Return-Path: owner-postman 
Delivery-Date: Wed, 13 Apr 94 14:35:35 -0700
Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id LAA01944 for postgres-redist; Wed, 13 Apr 1994 11:37:44 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199404131837.LAA01944@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from utopia.CS.Berkeley.EDU (utopia.CS.Berkeley.EDU [128.32.149.5]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id LAA01935 for <POSTGRES@postgres.Berkeley.EDU>; Wed, 13 Apr 1994 11:37:42 -0700
Received: from localhost (sunita@localhost) by utopia.CS.Berkeley.EDU (8.6.4/8.1B) id LAA20071; Wed, 13 Apr 1994 11:37:41 -0700
Date: Wed, 13 Apr 1994 11:37:41 -0700
From: Sunita Sarawagi <sunita@postgres.Berkeley.EDU>
Message-Id: <199404131837.LAA20071@utopia.CS.Berkeley.EDU>
To: POSTGRES@postgres.Berkeley.EDU, mcsmidcs@vaxd.dct.ac.uk
Subject: Re:  4.2 arrays
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Wed, 13 Apr 94 11:37:43 -0700
Resent-XMts: smtp

This does not work in 4.2 since we do not support "is an element of" kind
of queries in arrays. One way to do this is to use the libpq interface
through a c program that iterates through each element of the array.

Sunita.

