Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA14154; Tue, 21 Apr 92 14:54:54 -0700
Date: Tue, 21 Apr 92 14:54:54 -0700
Message-Id: <9204212154.AA14154@postgres.Berkeley.EDU>
From: klein@imasun.lbl.gov (Gregory Klein)
Subject: arrays, database security
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


Does Postgres vers. 3.1 support fixed and variable length arrays? I try to
use the following:

create testrec (ival=int4, fval1 = float4[10], fval2=float4[]) \g

and get the following message when I try to append:

append testrec (ival=5, fval1[0]=3.2) \g
WARN: parser: syntax error at or near "["

append testrec (ival=6, fval2[0]=1.1) \g
WARN: parser: syntax error at or near "["

Does anyone know what I might be doing wrong?

One other question, is Postgres able to grant specific users read or write
access to a given database?  I can't seem to find a way to do this.

Thanks for any help,

Greg Klein
