Charlin Barak <charlinbarak@xxxxxxxxx> 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