Re: xmlconcat as variadic function

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: xmlconcat as variadic function
Date: 2008-11-17 11:52:55
Message-ID: 49215B17.8000506@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Here is a patch to reimplement the xmlconcat functionality as a variadic
> function instead of a hardcoded special expression type. I haven't
> found any variadic function in the set of built-in functions so far, so
> I figured I would ask for feedback before we go down this route.

I can't comment on the patch, but it would be nice to have a built-in
variadic function, just to have an example and some testing of the feature.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2008-11-17 12:27:59 Re: xmlconcat as variadic function
Previous Message Peter Eisentraut 2008-11-17 11:22:35 xmlconcat as variadic function