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 JAA09600 for postgres-dist; Wed, 30 Mar 1994 09:34:46 -0800 Resent-From: POSTGRES mailing list Resent-Message-Id: <199403301734.JAA09600@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 vaxc.dct.ac.uk (vaxc.dct.ac.uk [193.60.160.94]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id JAA09591 for ; Wed, 30 Mar 1994 09:34:41 -0800 Received: by vaxd.dct.ac.uk (MX V3.3 VAX) id 14735; Wed, 30 Mar 1994 18:00:28 GMT Date: Wed, 30 Mar 1994 18:00:36 GMT From: Dave Scott To: POSTGRES@postgres.Berkeley.EDU Message-ID: <0097C37F.26A94740.14735@vaxd.dct.ac.uk> Subject: Re:arrays of arrays Resent-To: postgres-dist@postgres.Berkeley.EDU Resent-Date: Wed, 30 Mar 94 09:34:45 -0800 Resent-XMts: smtp Thanks for the response Paul. Unfortunately, for various reasons, I'm stuck with 4.1. I wonder if any Postgreser out there has created a variable-length array type from scratch as on p21 of 4.1 user manual. I've attempted to write the functions but I guess my beginner's C skills aren't up to it. Any help greatly appreciated, Dave.