Re: variadic function support

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: variadic function support
Дата
Msg-id 162867790807140949x3b98b805nc6c57a68e2b8af9c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: variadic function support  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: variadic function support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
2008/7/14 Tom Lane <tgl@sss.pgh.pa.us>:
> "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?

I prefer separate it to other patch.

regards
Pavel Stehule

>
>                        regards, tom lane
>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: variadic function support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: variadic function support