Re: Stored procedures with variable number of args ? - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Stored procedures with variable number of args ?
Date
Msg-id Pine.LNX.4.44.0310011225220.2932-100000@peter.localdomain
Whole thread Raw
In response to Stored procedures with variable number of args ?  ("Bruno BAGUETTE" <pgsql-ml@baguette.net>)
List pgsql-general
Bruno BAGUETTE writes:

> Is it possible to make PL/PGSQL stored procedures with a variable number
> of args ?

Not directly, but you can overload one function name and make versions
that accept 1 .. max arguments.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-general by date:

Previous
From: Stefan Leitich
Date:
Subject: adressing column
Next
From: Alexander Litvinov
Date:
Subject: Re: