Re: https call in PostgreSQL

From: Charlin Barak <charlinbarak(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: https call in PostgreSQL
Date: 2018-05-11 20:18:58
Message-ID: CAPrg5cbNwvkz8128RXy9+ZyrZKrm=Cny8hNxb-AzK9fvZXWpag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks everyone for your help/suggestions!

On Fri, May 11, 2018 at 2:54 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Aldo Sarmiento <aldo(at)bigpurpledot(dot)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
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Don Seiler 2018-05-14 16:11:40 Streaming Replication Networking Best Practices?
Previous Message Tom Lane 2018-05-11 18:54:18 Re: https call in PostgreSQL