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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: simon(at)2ndquadrant(dot)com
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Support "variadic" functions, which can accept a variable number
Date: 2008-07-18 03:33:58
Message-ID: 9133.1216352038@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simon Riggs <simon(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-07-18 03:35:57 Re: Re: [COMMITTERS] pgsql: Add column storage type to psql \d+ display.
Previous Message Tom Lane 2008-07-18 03:32:53 pgsql: Implement SQL-spec RETURNS TABLE syntax for functions.