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

From Charlin Barak
Subject Re: https call in PostgreSQL
Date
Msg-id CAPrg5cbNwvkz8128RXy9+ZyrZKrm=Cny8hNxb-AzK9fvZXWpag@mail.gmail.com
Whole thread Raw
In response to Re: https call in PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Thanks everyone for your help/suggestions!

On Fri, May 11, 2018 at 2:54 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
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: Tom Lane
Date:
Subject: Re: https call in PostgreSQL
Next
From: Don Seiler
Date:
Subject: Streaming Replication Networking Best Practices?