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

From Tom Lane
Subject Re: Returning Composite Types from C functions
Date
Msg-id 12314.1119101730@sss.pgh.pa.us
Whole thread Raw
In response to Re: Returning Composite Types from C functions  ("John Hansen" <john@geeknet.com.au>)
List pgsql-hackers
"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: Michael Fuhr
Date:
Subject: Re: Returning Composite Types from C functions
Next
From: "John Hansen"
Date:
Subject: Re: Returning Composite Types from C functions