Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)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