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

From Nickerson, Jon (Analytics and Decision Support)
Subject Re: https call in PostgreSQL
Date
Msg-id BLUPR05MB1891A358E0F022553CA14DEBB09F0@BLUPR05MB1891.namprd05.prod.outlook.com
Whole thread Raw
In response to https call in PostgreSQL  (Charlin Barak <charlinbarak@gmail.com>)
List pgsql-admin

Howdy,


Take a look at this PG extension:


https://github.com/pramsey/pgsql-http 

Also, here is a tutorial for that same extension:


https://boundlessgeo.com/2012/04/http-for-postgresql/



Jon Nickerson
Data Analyst II
Analytics and Decision Support

434-582-2933




Liberty University | Training Champions for Christ since 1971




From: bricklen <bricklen@gmail.com>
Sent: Friday, May 11, 2018 1:18 PM
To: charlinbarak@gmail.com
Cc: pgsql-admin@lists.postgresql.org
Subject: Re: https call in PostgreSQL
 

On Fri, May 11, 2018 at 8:30 AM Charlin Barak <charlinbarak@gmail.com> wrote:
In Oracle, we use the UTL_HTTP package to make a https call within the database. Is there an equivalent in PostgreSQL?

The following might work for you:
 

pgsql-admin by date:

Previous
From: bricklen
Date:
Subject: Re: https call in PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: https call in PostgreSQL