Re: Variadic polymorpic functions

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

Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it> writes:
> 2010/1/22 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
>> regression=# CREATE FUNCTION q( fmt text, variadic args "any" )

> And this would allow for a stdarg-like argument list?

Yeah, it should work, given suitable C code.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2010-01-22 18:56:00 Re: Variadic polymorpic functions
Previous Message Vincenzo Romano 2010-01-22 18:48:03 Re: Variadic polymorpic functions