Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA04813; Fri, 17 Apr 92 11:56:59 -0700
Date: Fri, 17 Apr 92 11:56:59 -0700
Message-Id: <9204171856.AA04813@postgres.Berkeley.EDU>
From: tait@sml3.ecs.umass.edu
Subject: string arrays
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
X-Organization: University of Massachusetts, Amherst, MA 01003
X-Time: Fri Apr 17 14:26:47 1992


I've been trying to define a string array type - without much success

I've looked at the documentation for the define circle type - but
still don't understand how all the values in a single array for a
record can be returned.


The C declaration for the type I'm trying to store is :

char str[15][20];

Has anyone managed to define a type for text string arrays, if so I'd
be very happy to hear from you ?

Thanks in advance

Ed

