Adding a copying type for array elements

From: AlexK <alkuzo(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Adding a copying type for array elements
Date: 2014-02-26 20:12:30
Message-ID: 1393445550436-5793762.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2014-02-26 20:18:30 Re: Adding a copying type for array elements
Previous Message Alvaro Herrera 2014-02-26 20:10:56 Re: Changeset Extraction v7.7