Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA09272; Tue, 29 Jun 93 13:29:56 -0700
Date: Tue, 29 Jun 93 13:29:56 -0700
From: lindaq@aic.hrl.hac.com
Subject: using "text" type arguments in c functions in postgres
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.berkeley.edu
Message-Id: <9306292032.AA24998@aic.hrl.hac.com>
X-Envelope-To: postgres@postgres.berkeley.edu

I'm trying to write a C function that takes in a composite
type as its argument and returns a boolean.  One of the
attributes of my composite type is of type "text" and another
is of type "text[]".  What C data types should I use in my
code?  What C operators are available for these C data types?
How can I find this information out in general?

Do I have to use the varlena data type somehow?

Lin Chase
CMU
