Re: pgsql: Support "variadic" functions, which can accept a variable number - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Support "variadic" functions, which can accept a variable number
Date
Msg-id 9133.1216352038@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Support "variadic" functions, which can accept a variable number  (Simon Riggs <simon@2ndquadrant.com>)
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Implement SQL-spec RETURNS TABLE syntax for functions.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress compiler warning, and not incidentally make the code