stored procedures to webservices

From: "ivo nascimento" <iannsp(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: stored procedures to webservices
Date: 2007-12-16 02:49:59
Message-ID: 6ca2dce60712151849n5c4a6424wf715256cddbe3bb9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi everybody,
I' m work on a software to create automatic webservices for stored
procedure in any language.
It's almost like the explain above:
have one table pg_plwebservice
Have one sp hello, develope in any languages like sql, plpgsql(trusted or
untrusted)like for example.
The DBA check this sp to be a webservice.
the client request like for example : http:localhost/
the inetd know this is a resquest for plwebservice software and redirect
te request.
plwebservice is a C++ software and you mission is:
understand http request and Webservice default descriptions.
connect to database.
verify what sp was requested and. Verify the data sended for client and
proceed with the sql statment to request postgresql sp.

My question is, for all. That is a good idea?

Any question and/or advice are welcome.

thans for advanced.

Ivo Nascimento.

--
Iann
--------------------------------------------
Desenvolvendo soluções com performance e segurança.
------------------------------------------

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-12-16 03:31:38 Re: pgwin32_open returning EINVAL
Previous Message Gregory Stark 2007-12-16 02:28:15 Re: pgwin32_open returning EINVAL