Re: Function with Variable number of parameters - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Function with Variable number of parameters
Date
Msg-id 20051108130759.GA26504@surnet.cl
Whole thread Raw
In response to Function with Variable number of parameters  (Edwin Ramirez <edwin.ramirez@mssm.edu>)
List 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 by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: PGXS on VPATH?
Next
From: Jaime Casanova
Date:
Subject: Re: plperl error when making 8.2dev CVS