Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA15791; Tue, 24 Mar 92 20:48:10 -0800
Message-Id: <9203250448.AA15791@postgres.Berkeley.EDU>
From: bryanb@little-charlie.isri.unlv.edu
Subject: arrays of strings
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Date: Tue, 24 Mar 92 20:44:59 -0800
From: bryanb@little-charlie.isri.unlv.edu


We have a need to store arrays of strings, probably 50 characters in length, which means we
can't use the char16[] type (or does it?).  Is there any way we can do this in
postgres without having to define our own type?

Our C declaration for the type we are trying to store is:

char	term[20][50];

Thanks in advance.

Bryan


