Re: Function with Variable number of parameters

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Edwin Ramirez <edwin(dot)ramirez(at)mssm(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Function with Variable number of parameters
Date: 2005-11-08 13:07:59
Message-ID: 20051108130759.GA26504@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2005-11-08 13:38:44 Re: plperl error when making 8.2dev CVS
Previous Message Pollard, Mike 2005-11-08 12:43:09 Re: Supporting NULL elements in arrays