Re: [ADMIN] Query REST Service

2012-04-25 Thread Kevin Grittner
Ricardo Bayley wrote: > Does anybody know if it is possible to create a PL which sends an > http GET request and retrieves its response ? Have you looked at PL/Python? http://www.postgresql.org/docs/current/interactive/plpython.html -Kevin -- Sent via pgsql-admin mailing list (pgsql-admi

[ADMIN] Query REST Service

2012-04-25 Thread Ricardo Bayley
Hi folks, Does anybody know if it is possible to create a PL which sends an http GET request and retrieves its response ? I am willing to use a REST service from within pgsql. Maybe I am just trying to do an impossible. Any hints ? warm regards, Ricardo