Re: https call in PostgreSQL - Mailing list pgsql-admin

From Tom Lane
Subject Re: https call in PostgreSQL
Date
Msg-id 810.1526063139@sss.pgh.pa.us
Whole thread Raw
In response to https call in PostgreSQL  (Charlin Barak <charlinbarak@gmail.com>)
Responses Re: https call in PostgreSQL  (Aldo Sarmiento <aldo@bigpurpledot.com>)
List 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 by date:

Previous
From: "Nickerson, Jon (Analytics and Decision Support)"
Date:
Subject: Re: https call in PostgreSQL
Next
From: Aldo Sarmiento
Date:
Subject: Re: https call in PostgreSQL