Re: xmlconcat as variadic function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 21:35:50
Message-ID: 7614.1226957750@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Tom Lane wrote:
>> What's the point of this? I suppose making xmlconcat not a keyword is
>> some small advantage, but having it behave subtly differently from the
>> other xmlfoo functions isn't really all that nice.

> Different from what and how? We already have a mix of XML functions
> implemented in user space and some as built-in expressions.

Well, for example pg_catalog.xmlconcat(...) will behave differently if
we make this change.

If there were some useful benefit to be gained by altering the behavior
established by 8.3, then I'd be for it, but this just seems like code
churn.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-11-17 21:41:09 Re: Compiling on HP-UX 10.20 fails
Previous Message Tom Lane 2008-11-17 21:27:53 Re: Compiling on HP-UX 10.20 fails