Re: Variadic polymorpic functions

From: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Variadic polymorpic functions
Date: 2010-01-22 18:21:26
Message-ID: 3eff28921001221021w5af5e081ic62427810e10e031@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/1/22 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> 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).

How would then be declared such a function with the body written in C?

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-01-22 18:30:49 Re: Variadic polymorpic functions
Previous Message Tom Lane 2010-01-22 18:19:59 Re: Variadic polymorpic functions