Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA17471; Thu, 23 Jan 92 17:22:02 -0800
Message-Id: <9201240122.AA17471@postgres.Berkeley.EDU>
From: bryanb@snooks.isri.unlv.edu
Subject: postgres arrays
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Date: Thu, 23 Jan 92 17:18:13 -0800
From: bryanb@snooks.isri.unlv.edu

I am having trouble accessing array elements.  I am using the following class
structure

word (title = char16, document = char16[])

when I try to append to this class using the following command I get a parse error near [

append word (title = "something", document[1] = "something")

any help on this would be much appreciated


Thanks Bryan

