Adding a copying type for array elements - Mailing list pgsql-hackers

From AlexK
Subject Adding a copying type for array elements
Date
Msg-id 1393445550436-5793762.post@n5.nabble.com
Whole thread Raw
Responses Re: Adding a copying type for array elements  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
It would be nice to be able to declare something like this for a function
returning an unnested array:

RETURNS TABLE(some_value mytable.myarray_column%ELEMENT_TYPE, ...)

Does it make sense?




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Adding-a-copying-type-for-array-elements-tp5793762.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Changeset Extraction v7.7
Next
From: Pavel Stehule
Date:
Subject: Re: Adding a copying type for array elements