Function with variable number of arguments

From: Olivier Thauvin <olivier(dot)thauvin(at)aerov(dot)jussieu(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Function with variable number of arguments
Date: 2005-04-14 15:26:53
Message-ID: 200504141726.57219.olivier.thauvin@aerov.jussieu.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Is it possible to have or create a SQL function with variable numbers of
arguments:

FUNC(...) which reply to call FUNC("") or FUNC('', ''), ect...

It seems not :(

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Keith Worthington 2005-04-14 15:39:17 Re: Function with variable number of arguments
Previous Message Leung Wing Lap Ellery 2005-04-14 14:50:02 Re: Problems on "copy" statement