Re: proposal: searching in array function - array_position

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: proposal: searching in array function - array_position
Дата
Msg-id 6167.1426026350@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: proposal: searching in array function - array_position  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: proposal: searching in array function - array_position  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
Jim Nasby <Jim.Nasby@bluetreble.com> writes:
> That said, this pattern with fn_extra is repeated a lot, even just in 
> the backend (not counting contrib or extensions). It would be nice if 
> there was generic support for this.

What do you mean by "generic support"?  Most of those functions are doing
quite different things with fn_extra --- granted, nearly all of them are
caching something there, but I don't see very much that a "generic"
infrastructure could bring to the table.
        regards, tom lane



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: proposal: searching in array function - array_position
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: One question about security label command