Re: variadic function support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: variadic function support
Дата
Msg-id 2135.1216066968@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 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]);

One other point here: in the patch as presently submitted, VARIADIC
can't be an unreserved keyword, but it seems to be enough to make it a
col_name_keyword.  Some preliminary testing says that that doesn't work
anymore after adding productions to allow the above: VARIADIC will have
to become a fully reserved keyword.  That's a bit annoying, since it's
not reserved according to the SQL spec, but it doesn't seem like a word
that's really likely to be in use as a user identifier.  Does anyone
think this issue is a showstopper?

            regards, tom lane

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

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