Обсуждение: Query REST Service

Поиск
Список
Период
Сортировка

Query REST Service

От
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

Re: Query REST Service

От
"Kevin Grittner"
Дата:
Ricardo Bayley <ricardo.bayley@gmail.com> 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