Re: https call in PostgreSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Charlin Barak <charlinbarak(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: https call in PostgreSQL
Date: 2018-05-11 18:25:39
Message-ID: 810.1526063139@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Charlin Barak <charlinbarak(at)gmail(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Aldo Sarmiento 2018-05-11 18:50:05 Re: https call in PostgreSQL
Previous Message Nickerson, Jon (Analytics and Decision Support) 2018-05-11 17:24:12 Re: https call in PostgreSQL