Re: variadic function support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: variadic function support
Дата
Msg-id 21465.1216052293@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: variadic function support  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: variadic function support  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-patches
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> sample: select mleast(variadic array[1,2,3,4,5]);

Note this would also address Jeff's complaint about not being able to
pass zero variadic parameters:

select mleast(variadic array[]::int[]);

Looks a bit ugly but the type is specified, so it would work correctly
with polymorphic functions.

Are you intending to change this right now and resubmit, or is it
work for later?

            regards, tom lane

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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: variadic function support
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: variadic function support