Re: Returning Composite Types from C functions - Mailing list pgsql-hackers

From John Hansen
Subject Re: Returning Composite Types from C functions
Date
Msg-id 5066E5A966339E42AA04BA10BA706AE50A9353@rodrick.geeknet.com.au
Whole thread Raw
In response to Returning Composite Types from C functions  ("John Hansen" <john@geeknet.com.au>)
Responses Re: Returning Composite Types from C functions
List pgsql-hackers
Yes, it worked for me,...

But my point is the workaround shouldn't be nescessary....

> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: Saturday, June 18, 2005 11:36 PM
> To: John Hansen
> Cc: Michael Fuhr; pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] Returning Composite Types from C functions
>
> "John Hansen" <john@geeknet.com.au> writes:
> > There is a workaround tho, so should be fixable:
> > SELECT (a.b).* FROM (SELECT ('1:2:3:4:5'::text::my_type) AS
> b) AS a;
> > Or am I missing something?
>
> Try it ;-)
>
>             regards, tom lane
>
>


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Returning Composite Types from C functions
Next
From: Tom Lane
Date:
Subject: Re: Returning Composite Types from C functions