Re: How to create function with unspecified number of input parameters ? - Mailing list pgsql-sql

From Tom Lane
Subject Re: How to create function with unspecified number of input parameters ?
Date
Msg-id 2961.1006666681@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to create function with unspecified number of input parameters  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Is this a TODO item?

Dunno.  I certainly wouldn't be in favor of unspecified arguments
(like ANSI C's "..." construct), because it'd totally destroy our
datatype resolution mechanism.  Optional arguments might work, but
it needs some careful thought.
        regards, tom lane


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How to create function with unspecified number of input parameters
Next
From: "Andrew G. Hammond"
Date:
Subject: Re: Automaticly delete related data