xmlconcat as variadic function

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: xmlconcat as variadic function
Date: 2008-11-17 11:22:35
Message-ID: 492153FB.8000502@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Btw., the corresponding ecpg changes appear to have fallen into place
automatically. Nice.

Attachment Content-Type Size
xmlconcat-variadic.diff text/plain 14.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-11-17 11:52:55 Re: xmlconcat as variadic function
Previous Message ITAGAKI Takahiro 2008-11-17 10:49:15 Re: auto_explain contrib moudle