Re: [SQL] umlimited arguments on function
On Monday 09 February 2004 14:49, Christian Hergert wrote: > Is it possible to write a function (in sql or plpgsql) that allows for > an unknown amount of arguments? Something similar to C's printf() > function. > AFAIK no, but I know of two possible work arounds... first is to write multiple cop
[SQL] umlimited arguments on function
Is it possible to write a function (in sql or plpgsql) that allows for an unknown amount of arguments? Something similar to C's printf() function. ~ chris