Return-Path: postarch
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA04632; Thu, 30 Apr 92 11:19:10 -0700
Message-Id: <9204301819.AA04632@postgres.Berkeley.EDU>
From: postarch (Postgres Mailing Archive)
Subject: Re: composite type assignments
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Reply-To: mer@postgres.berkeley.edu
In-Reply-To: Your message of "Mon, 27 Apr 92 14:45:34 PDT."
             <9204272145.AA26013@postgres.Berkeley.EDU> 
Date: Thu, 30 Apr 92 11:19:01 PDT

you write:

> My question has to do with assignments to composite types.
> Is defining a function (as illustrated in the user manual) the
> only way to do this? I would think using a set expression would work
> but since this isn't yet supported...

Yes, this is the only way.  Composite type support is pretty weak in
the current release.  It will be better in the next.  However, even then
(in the utopian future) I think you will need functions to make the
assignments.

Jeff
