Re: Patch for 8.5, transformationHook

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Patch for 8.5, transformationHook
Дата
Msg-id 162867790908042213m3433f75at41a19022feb7229a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Patch for 8.5, transformationHook  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-hackers
Hello

>
>    * UBF(B) is a programming langauge for describing types in UBF(A)
>      and protocols between clients and servers. UBF(B) is roughly
>      equivalent to to Verified XML, XML-schemas, SOAP and WDSL.
>

SOAP is nice sample for Parser Hook -

is soap call there are some immutable fields (uri, proxy, ...) and
some mutable fields (parameters). So with hook is possible to write
module Soap

SELECT soap_call('10.0.0.1/blabla/' as uri, 'calculate' as func, 10 as
p1, 20 as p2)

Regards
Pavel Stehule


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

Предыдущее
От: Dan Colish
Дата:
Сообщение: Re: Convert stmt back into queryString
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: md.c should not call files "relations"