Re: Variadic polymorpic functions - Mailing list pgsql-general

From Tom Lane
Subject Re: Variadic polymorpic functions
Date
Msg-id 4429.1264184399@sss.pgh.pa.us
Whole thread Raw
In response to Re: Variadic polymorpic functions  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Responses Re: Variadic polymorpic functions  (Vincenzo Romano <vincenzo.romano@notorand.it>)
List pgsql-general
Vincenzo Romano <vincenzo.romano@notorand.it> writes:
> So there's no way to have a function accepting a VARIADIC ANY. Right?

Not in PL functions.  You can do it in C if you're desperate (but you
then have to deal with each argument individually --- they're not formed
into an array).

            regards, tom lane

pgsql-general by date:

Previous
From: Vincenzo Romano
Date:
Subject: Re: Variadic polymorpic functions
Next
From: Vincenzo Romano
Date:
Subject: Re: Variadic polymorpic functions