Re: How to create function with unspecified number of input parameters ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to create function with unspecified number of input parameters ?
Дата
Msg-id 2961.1006666681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to create function with unspecified number of input parameters  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: How to create function with unspecified number of input parameters
Следующее
От: "Andrew G. Hammond"
Дата:
Сообщение: Re: Automaticly delete related data