Re: array_map not SQL accessible?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: array_map not SQL accessible?
Дата
Msg-id 20090130183548.GA7428@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: array_map not SQL accessible?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: array_map not SQL accessible?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> > I'm wondering why don't we expose the array_map() function to the SQL
> > level.
> 
> It requires some notion of "reference to function", which doesn't really
> exist in SQL.  (Please don't say you're going to pass it a function
> OID.)

regproc maybe?

> > As it happens, I need to use it in the pg_dump support for TOAST
> > reloptions.
> 
> Maybe something involving
>     ARRAY(SELECT foo(x) FROM UNNEST(arrayvariable) x)

Hmm, I'll have a look at this.

-- 
Alvaro Herrera                               http://www.PlanetPostgreSQL.org/
"Linux transformó mi computadora, de una `máquina para hacer cosas',
en un aparato realmente entretenido, sobre el cual cada día aprendo
algo nuevo" (Jaime Salinas)


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: array_map not SQL accessible?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: array_map not SQL accessible?