How to create function with unspecified number of input parameters ?

From: MindTerm <mindterm(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: How to create function with unspecified number of input parameters ?
Date: 2001-11-25 04:25:21
Message-ID: 20011125042521.54480.qmail@web20202.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Dear all,

I am writing to ask how to create function ( CREATE
FUNCTION ) with unspecified number of input parameters
? e.g. I like to create a function similar to the
structure of COALESCE :

COALESCE( ... , [..] )

M.T.

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-11-25 04:49:38 Re: How to create function with unspecified number of input parameters ?
Previous Message Stephan Szabo 2001-11-25 04:06:25 Re: Automaticly delete related data