Re: pgsql: Support "variadic" functions, which can accept a variable number

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Support "variadic" functions, which can accept a variable number
Дата
Msg-id 9133.1216352038@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Support "variadic" functions, which can accept a variable number  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-committers
Simon Riggs <simon@2ndquadrant.com> writes:
> I think CREATE FUNCTION should specifically mention that VARIADIC can
> only be used as the arg mode of the last parameter. Other pages mention
> this, but the syntax doesn't, which could confuse people. Like me, who
> started with the CREATE FUNCTION page, rather than other parts of the
> docs.

Done in connection with the TABLE-function docs update.

            regards, tom lane

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Implement SQL-spec RETURNS TABLE syntax for functions.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress compiler warning, and not incidentally make the code