Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA00173; Thu, 26 Mar 92 11:43:26 -0800
Message-Id: <9203261943.AA00173@postgres.Berkeley.EDU>
From: bryanb@cash.isri.unlv.edu
Subject: arrays of strings
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Date: Thu, 26 Mar 92 11:37:26 -0800
From: bryanb@cash.isri.unlv.edu


Is it possible to store arrays of strings using any of postgres' built-in
data types, or will this require us to define our own type.  The C declaration
for the data we want to store is:

char   term[20][50];

Thanks, Bryan
