Re: Variadic functions in plpgsql?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Variadic functions in plpgsql?
Дата
Msg-id 22559.1087578289@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Variadic functions in plpgsql?  ("Florian G. Pflug" <fgp@phlo.org>)
Список pgsql-general
"Florian G. Pflug" <fgp@phlo.org> writes:
> I faintly remember that I once stumbled upon a way to declare variadic
> functions (functions that take a variable number of arguments) in plpgsql -
> but I just searched the docs and can't find any reference to variadic
> functions.

Nope.  You can sort of kluge around this at the C level (by making
multiple pg_proc entries pointing at the same C function), but there's
no such capability in any PL language.

            regards, tom lane

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

Предыдущее
От: Thomas Hallgren
Дата:
Сообщение: Re: [OT] Dilemma about OS <-> Postgres interaction
Следующее
От: Robert Fitzpatrick
Дата:
Сообщение: Trigger to update records out of memory