2010/1/22 Tom Lane <t...@sss.pgh.pa.us>:
> Vincenzo Romano <vincenzo.rom...@notorand.it> writes:
>> I'm using the printf() function as seen here:
>> http://wiki.postgresql.org/wiki/Sprintf
>
> ... which is "variadic anyarray".
>
>> I was expecting that a "variadic polymorphic" function was able to
>> accept a "variable number of arguments of different types" (a-la C),
>> while it looks to me that it actually means "variable number of
>> arguments of a single type".
>
> Yup.  The array can only contain one element type.

Understood.
So there's no way to have a function accepting a VARIADIC ANY. Right?


-- 
Vincenzo Romano
NotOrAnd Information Technologies
NON QVIETIS MARIBVS NAVTA PERITVS

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to