Re: CREATE TYPE and %ROWTYPE - Mailing list pgsql-novice

From Steve Tucknott
Subject Re: CREATE TYPE and %ROWTYPE
Date
Msg-id 1112943683.1241.10.camel@retsol1
Whole thread Raw
In response to Re: CREATE TYPE and %ROWTYPE  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: CREATE TYPE and %ROWTYPE  (Steve Tucknott <steve@retsol.co.uk>)
List pgsql-novice
Tom,
Is there another trick that I'm missing? Is there a simple way of
returning two complete record areas without using custom types?
On Fri, 2005-04-08 at 07:51, Tom Lane wrote:
> Steve Tucknott <steve@retsol.co.uk> writes:
> > Before I go too far, has anyone got any ideas on this?
>
> IIRC, we only support %ROWTYPE with function parameters.  I don't think
> anyone's thought about what it would take to use it in other contexts
> such as columns of composite types.  It might be trivial ... or not.
>
>             regards, tom lane
--


Regards,

Steve Tucknott
ReTSol Ltd

DDI    01903 828769
MOBILE    07736715772



pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: CREATE TYPE and %ROWTYPE
Next
From: Steve Tucknott
Date:
Subject: Re: CREATE TYPE and %ROWTYPE