Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA08443; Thu, 19 Aug 93 07:50:43 -0700
Message-Id: <9308191450.AA08443@postgres.Berkeley.EDU>
From: dfleenor@nettech.com (super dave?)
Subject: arrays
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.berkeley.edu
Date: Thu, 19 Aug 1993 10:49:18 -0500 (EDT)
X-Mailer: ELM [version 2.4 PL21]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 304       

I need to create an array of structures, but the doc I have doesn't have a lot
of clear-cut examples. Basically, I need something like:

structure: (x = int4, y = text, etc)

and then I need an array of that structure. Any help would be appreciated. 
Also, is it possible to create an array of classes?

