Re: calling webservice through postgresql function - Mailing list pgsql-sql

From Richard Huxton
Subject Re: calling webservice through postgresql function
Date
Msg-id 46972930.30301@archonet.com
Whole thread Raw
In response to calling webservice through postgresql function  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
Responses Re: calling webservice through postgresql function  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
List pgsql-sql
Jyoti Seth wrote:
> Hi all,
> 
> I want to call webservice from my postgresql database. Please let me know if
> anyone has idea.

You can use any of the "untrusted" procedural languages to access 
resources outside the database (e.g. pl/perlu), or of course C.

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "Jyoti Seth"
Date:
Subject: calling webservice through postgresql function
Next
From: "Jyoti Seth"
Date:
Subject: Re: calling webservice through postgresql function