Re: calling webservice through postgresql function

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jyoti Seth <jyotiseth2001(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: calling webservice through postgresql function
Date: 2007-07-13 07:26:40
Message-ID: 46972930.30301@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jyoti Seth 2007-07-13 07:31:30 Re: calling webservice through postgresql function
Previous Message Jyoti Seth 2007-07-13 07:14:31 calling webservice through postgresql function