stored procedures to webservices - Mailing list pgsql-hackers

From ivo nascimento
Subject stored procedures to webservices
Date
Msg-id 6ca2dce60712151849n5c4a6424wf715256cddbe3bb9@mail.gmail.com
Whole thread Raw
Responses Re: stored procedures to webservices  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Hi  everybody,<br /> I' m work  on a software to create automatic webservices for stored procedure in any language.<br
/> It'salmost like the explain above:<br />  have one table pg_plwebservice<br />  Have one sp hello, develope in any
languageslike sql, plpgsql(trusted or untrusted)like for example. <br />  The DBA check this sp to be a webservice.<br
/>  the client request like for example : http:localhost/<br />   the inetd know this is a resquest for plwebservice
softwareand redirect te request.<br />   plwebservice is a C++ software and you mission is: <br />   understand http
requestand Webservice default descriptions.<br />   connect to database.<br />   verify what sp was requested and.
Verifythe data sended for client and proceed with the sql statment to request postgresql sp. <br /><br />  My question
is,for all. That is a good idea?<br />  <br />  Any question and/or advice are welcome.<br /><br /> thans for
advanced.<br/><br />Ivo Nascimento.<br clear="all" /><br />-- <br />Iann <br
/>--------------------------------------------<br />Desenvolvendo soluções com performance e segurança.<br
/>------------------------------------------ 

pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: pgwin32_open returning EINVAL
Next
From: Tom Lane
Date:
Subject: Re: pgwin32_open returning EINVAL