Return-Path: postman Delivery-Date: Wed, 13 Apr 94 10:15:23 -0700 Return-Path: postman Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id IAA16819 for postgres-redist; Wed, 13 Apr 1994 08:14:57 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199404131514.IAA16819@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 vaxd.dct.ac.uk (vaxd.dct.ac.uk [193.60.160.96]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id IAA16810 for ; Wed, 13 Apr 1994 08:14:50 -0700 Received: by vaxd.dct.ac.uk (MX V4.0 VAX) id 5; Wed, 13 Apr 1994 16:16:06 GMT Date: Wed, 13 Apr 1994 16:13:49 GMT From: Dave Scott To: POSTGRES@postgres.Berkeley.EDU Message-ID: <0097CE70.8D94B060.5@vaxd.dct.ac.uk> Subject: 4.2 arrays Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Wed, 13 Apr 94 08:14:57 -0700 Resent-XMts: smtp Hello, With reference to the example in the manual on p21, Is there a way of querying which would allow you to retrieve the names of those employees who have a meeting scheduled at any time on any day of the week. retrieve (SAL_EMP.name) where SAL_EMP.schedule[1:7][1:2] = "meeting" \g The above doesn't execute as array_in requires specific dimensions. Thanks in advance.