Re: Patch for 8.5, transformationHook - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Patch for 8.5, transformationHook
Date
Msg-id 162867790908042213m3433f75at41a19022feb7229a@mail.gmail.com
Whole thread Raw
In response to Re: Patch for 8.5, transformationHook  (Dimitri Fontaine <dfontaine@hi-media.com>)
List 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 by date:

Previous
From: Dan Colish
Date:
Subject: Re: Convert stmt back into queryString
Next
From: Heikki Linnakangas
Date:
Subject: Re: md.c should not call files "relations"