Re: https call in PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: https call in PostgreSQL
Дата
Msg-id 810.1526063139@sss.pgh.pa.us
обсуждение исходный текст
Ответ на https call in PostgreSQL  (Charlin Barak <charlinbarak@gmail.com>)
Ответы Re: https call in PostgreSQL
Список pgsql-admin
Charlin Barak <charlinbarak@gmail.com> writes:
> In Oracle, we use the UTL_HTTP package to make a https call within the
> database. Is there an equivalent in PostgreSQL?

What I'd suggest is using one of the untrusted PLs --- probably plperlu
or plpythonu --- and coding whatever you need in that language.  Once
you're into one of those languages you have access to all the library
packages that are installed for it on the server machine, so it shouldn't
take very much code.

            regards, tom lane


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Nickerson, Jon (Analytics and Decision Support)"
Дата:
Сообщение: Re: https call in PostgreSQL
Следующее
От: Aldo Sarmiento
Дата:
Сообщение: Re: https call in PostgreSQL