Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA10720; Tue, 29 Jun 93 15:27:32 -0700
Date: Tue, 29 Jun 93 15:27:32 -0700
From: lindaq@aic.hrl.hac.com
Subject: text now OK, how about text[]
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.berkeley.edu
Message-Id: <9306292229.AA25392@aic.hrl.hac.com>
X-Envelope-To: postgres@postgres.berkeley.edu

Hi -- with kind help from several folks I was able to figure
out how to pull text attributes from Postgres instances
into text C data types.  

Now my question is:

how do I pull in arrays of text?  

Or for that matter, how do I pull in arrays of anything?
This is not discussed on page 70 in the reference manual
where the table mapping postgres built-in types to
C types is given.

Lin
