Re: xmlconcat as variadic function

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: xmlconcat as variadic function
Дата
Msg-id b42b73150811170427w16bbdf38l90da4bc6bd17b140@mail.gmail.com
обсуждение исходный текст
Ответ на xmlconcat as variadic function  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Mon, Nov 17, 2008 at 6:22 AM, Peter Eisentraut <peter_e@gmx.net> 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.


One small side effect is that variadic functions have stricter casting
rules...you can't pass string literals without a cast.  This is not
necessarily a bad thing, but the invocations are not quite compatible.


merlin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: xmlconcat as variadic function
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Client certificate authentication