Re: Function with Variable number of parameters

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Function with Variable number of parameters
Дата
Msg-id 20051108130759.GA26504@surnet.cl
обсуждение исходный текст
Ответ на Function with Variable number of parameters  (Edwin Ramirez <edwin.ramirez@mssm.edu>)
Список pgsql-hackers
Edwin Ramirez wrote:
> Hello,
> 
> Are variable number of parameters supported in the new version of Postgres?

No, but overloading continues to be supported (which means you can
create one function for each number of parameters).  Functions with
rowtype arguments are supported as well.  True variadic functions are
not supported, however.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: PGXS on VPATH?
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: plperl error when making 8.2dev CVS