Re: PostgreSQL and SOAP, version 7.4/8.0 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: PostgreSQL and SOAP, version 7.4/8.0
Date
Msg-id Pine.LNX.4.44.0303281827220.2204-100000@peter.localdomain
Whole thread Raw
In response to PostgreSQL and SOAP, version 7.4/8.0  (mlw <pgsql@mohawksoft.com>)
List pgsql-hackers
mlw writes:

> On the flip side, I am also working on a PostgreSQL SOAP interface,
> where one does this:
>
> http://somehost/postgresql?query="select * from table"
>
> And a SOAP compatible resultset is returned.

That looks quite similar to the planned XML functionality.  While that
plan doesn't contain the word "SOAP", one could of course create a small
layer to convert the output format to any other XML format.  If you're
interested, please look up the XML discussion of the last few weeks.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: "Key88 SF"
Date:
Subject: extract(timezone_hour) problem
Next
From: Kevin Brown
Date:
Subject: Re: Detecting corrupted pages earlier