Re: [SQL] umlimited arguments on function

2004-02-15 Thread Robert Treat
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

2004-02-15 Thread Christian Hergert
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