Re: xmlconcat as variadic function - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: xmlconcat as variadic function
Date
Msg-id 49215B17.8000506@enterprisedb.com
Whole thread Raw
In response to xmlconcat as variadic function  (Peter Eisentraut <peter_e@gmx.net>)
List 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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: xmlconcat as variadic function
Next
From: "Merlin Moncure"
Date:
Subject: Re: xmlconcat as variadic function