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

From Tom Lane
Subject Re: https call in PostgreSQL
Date
Msg-id 2001.1526064858@sss.pgh.pa.us
Whole thread Raw
In response to Re: https call in PostgreSQL  (Aldo Sarmiento <aldo@bigpurpledot.com>)
Responses Re: https call in PostgreSQL  (Charlin Barak <charlinbarak@gmail.com>)
List pgsql-admin
Aldo Sarmiento <aldo@bigpurpledot.com> writes:
> Is it acceptable practice to make http calls from DB in most cases?

Well, that's up to you to decide.  For instance, it's a good idea to think
hard about what happens if your transaction aborts after you've started
(or worse, completed) some external interaction.  But I assume the OP
has already worked out those problems in the context of his existing
Oracle application.

            regards, tom lane


pgsql-admin by date:

Previous
From: Aldo Sarmiento
Date:
Subject: Re: https call in PostgreSQL
Next
From: Charlin Barak
Date:
Subject: Re: https call in PostgreSQL